diff --git a/bin/console b/bin/console index 3882cc1776..010e0ede44 100755 --- a/bin/console +++ b/bin/console @@ -8,7 +8,7 @@ use Symfony\Component\ErrorHandler\Debug; set_time_limit(0); -require dirname(__DIR__) . '/vendor/autoload.php'; +require dirname(__DIR__) . '/config/bootstrap.php'; if (!class_exists(Application::class)) { throw new RuntimeException('You need to add "symfony/framework-bundle" as a Composer dependency.');