Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 2210f6b

Browse files
committed
simplify a path name
1 parent a100b8d commit 2210f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/console

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set_time_limit(0);
1414
/**
1515
* @var Composer\Autoload\ClassLoader $loader
1616
*/
17-
$loader = require __DIR__.'/../app/autoload.php';
17+
$loader = require __DIR__.'/autoload.php';
1818

1919
$input = new ArgvInput();
2020
$env = $input->getParameterOption(array('--env', '-e'), getenv('SYMFONY_ENV') ?: 'dev');

0 commit comments

Comments
 (0)