From c4cc65c561d74baf1f5ba20f658d3178672262c2 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Tue, 24 Feb 2015 21:43:45 +1030 Subject: [PATCH] Add back console Kernel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit L5 complains when it’s gone --- app/Console/Kernel.php | 16 ++++++++++++++++ bootstrap/app.php | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 app/Console/Kernel.php diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php new file mode 100644 index 0000000..38762f6 --- /dev/null +++ b/app/Console/Kernel.php @@ -0,0 +1,16 @@ +singleton( $app->singleton( 'Illuminate\Contracts\Console\Kernel', - 'Illuminate\Foundation\Console\Kernel' + 'App\Console\Kernel' ); $app->singleton(