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

Commit dab337e

Browse files
committed
minor #874 simplify a path name (xabbuh)
This PR was merged into the 2.8 branch. Discussion ---------- simplify a path name Commits ------- 2210f6b simplify a path name
2 parents a100b8d + 2210f6b commit dab337e

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)