Skip to content

Commit 232d479

Browse files
hjuarez20enzolutions
authored andcommitted
[console] Add extra path to find the autoload (#4191)
1 parent 73453aa commit 232d479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload.local.php.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
$autoloaders = [ getcwd() . '/../../autoload.php' ];
3+
$autoloaders = [ getcwd() . '/../../autoload.php', getcwd() . '/vendor/autoload.php' ];

0 commit comments

Comments
 (0)