From 34bb08e58d76df770fab334dbd039ae3bae57597 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 20 Oct 2013 20:24:52 -0500 Subject: [PATCH] Remove Live service provider as it's all consolidated into new Tail command. --- app/config/app.php | 1 - app/start/local.php | 13 +------------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/app/config/app.php b/app/config/app.php index 0fcc5c990..e714ca5e7 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -90,7 +90,6 @@ return array( 'Illuminate\Cookie\CookieServiceProvider', 'Illuminate\Database\DatabaseServiceProvider', 'Illuminate\Encryption\EncryptionServiceProvider', - 'Illuminate\Exception\LiveServiceProvider', 'Illuminate\Filesystem\FilesystemServiceProvider', 'Illuminate\Hashing\HashServiceProvider', 'Illuminate\Html\HtmlServiceProvider', diff --git a/app/start/local.php b/app/start/local.php index 78ddffeb9..3d1485091 100644 --- a/app/start/local.php +++ b/app/start/local.php @@ -1,14 +1,3 @@