Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jan 30, 2018
1 parent 5b8422c commit f61841e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phplambda
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Symfony\Component\Filesystem\Filesystem;
if (file_exists(__DIR__ . '/vendor/autoload.php')) {
require_once __DIR__ . '/vendor/autoload.php';
} else {
require_once __DIR__ . '/../../autoload.php';
require_once __DIR__ . '/../autoload.php';
}

$app = new Silly\Application;
Expand Down

0 comments on commit f61841e

Please sign in to comment.