From 284edef849deaf1e2a450e1165da9711f2429523 Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Thu, 23 May 2019 11:00:10 -0700 Subject: [PATCH] Small cleanup --- src/config/app.console.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/config/app.console.php b/src/config/app.console.php index a1d12f208ec..0bca25caf5d 100644 --- a/src/config/app.console.php +++ b/src/config/app.console.php @@ -1,7 +1,9 @@ \craft\console\Application::class, + 'class' => Application::class, 'bootstrap' => [ 'queue', ],