Skip to content

Commit

Permalink
Update bootstrap.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronHolbrook authored Jul 19, 2019
1 parent e1e95d0 commit f371b0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/bootstrap/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ function bootstrap( $dir ) {
new Behaviors();

/**
* Kick off third party integrations as dictated by our .env variables
* Autoload all php files in /src/
*/
new ThirdParty\Init();
autoload( $dir . '/src' );

/**
* Autoload all php files in /src/
* Kick off third party integrations as dictated by our .env variables
*/
autoload( $dir . '/src' );
new ThirdParty\Init();

/**
* Load /bin folder for any wp cli commands safely
Expand Down

0 comments on commit f371b0f

Please sign in to comment.