Skip to content

Commit 9b45f15

Browse files
committed
Merge pull request #82 from JesseObrien/master
Composer Autoload Failure
2 parents aae1683 + 762daf9 commit 9b45f15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/resque

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// Find and initialize Composer
55
$files = array(
66
__DIR__ . '/../../vendor/autoload.php',
7+
__DIR__ . '/../../../autoload.php',
78
__DIR__ . '/../../../../autoload.php',
89
__DIR__ . '/../vendor/autoload.php',
910
);

0 commit comments

Comments
 (0)