Skip to content

Commit

Permalink
Merge branch 'feature/tests' of https://github.com/craftcms/cms into …
Browse files Browse the repository at this point in the history
…feature/tests
  • Loading branch information
gtettelaar committed May 23, 2019
2 parents 6e3b367 + 284edef commit f76aa49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/config/app.console.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?php

use craft\console\Application;

return [
'class' => \craft\console\Application::class,
'class' => Application::class,
'bootstrap' => [
'queue',
],
Expand Down

0 comments on commit f76aa49

Please sign in to comment.