Skip to content

Commit

Permalink
#1378 - Add autoload paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Apr 25, 2020
1 parent c572000 commit cfd89db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
* Register the Composer autoloader (if any)
*/
$vendorAutoload = [
__DIR__ . DS . '..' . DS . '..' . DS . '..' . DS . 'autoload.php',
__DIR__ . DS . '..' . DS . '..' . DS . 'autoload.php',
__DIR__ . DS . '..' . DS . 'vendor' . DS . 'autoload.php',
__DIR__ . DS . 'vendor' . DS . 'autoload.php',
Expand Down

0 comments on commit cfd89db

Please sign in to comment.