From 2210f6b8c4e91ba7a718c223825cfe70531416b0 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Thu, 22 Oct 2015 21:16:59 +0200 Subject: [PATCH] simplify a path name --- app/console | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/console b/app/console index ca74e93611..3b4c367c98 100755 --- a/app/console +++ b/app/console @@ -14,7 +14,7 @@ set_time_limit(0); /** * @var Composer\Autoload\ClassLoader $loader */ -$loader = require __DIR__.'/../app/autoload.php'; +$loader = require __DIR__.'/autoload.php'; $input = new ArgvInput(); $env = $input->getParameterOption(array('--env', '-e'), getenv('SYMFONY_ENV') ?: 'dev');