Skip to content

Commit

Permalink
fix autoloading path
Browse files Browse the repository at this point in the history
  • Loading branch information
en0ma committed Apr 11, 2017
1 parent c70aab4 commit 5e4b760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rumble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env php
<?php
require __DIR__.'/vendor/autoload.php';
require __DIR__ . '/../../autoload.php';

use Symfony\Component\Console\Application;
use en0ma\Rumble\Commands\MigrateCommand;
Expand Down

0 comments on commit 5e4b760

Please sign in to comment.