From a68933d34c7cedbb88a8f9a2bb0adfdda73130d4 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 21 Aug 2014 12:47:40 -0500 Subject: [PATCH] Remove some service providers and aliases. --- config/app.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/app.php b/config/app.php index 886b5b48..4a21c67c 100644 --- a/config/app.php +++ b/config/app.php @@ -119,7 +119,6 @@ 'Illuminate\Filesystem\FilesystemServiceProvider', 'Illuminate\Foundation\Providers\FormRequestServiceProvider', 'Illuminate\Hashing\HashServiceProvider', - 'Illuminate\Html\HtmlServiceProvider', 'Illuminate\Log\LogServiceProvider', 'Illuminate\Mail\MailServiceProvider', 'Illuminate\Database\MigrationServiceProvider', @@ -174,10 +173,8 @@ 'Eloquent' => 'Illuminate\Database\Eloquent\Model', 'Event' => 'Illuminate\Support\Facades\Event', 'File' => 'Illuminate\Support\Facades\File', - 'Form' => 'Illuminate\Support\Facades\Form', 'FormRequest' => 'Illuminate\Foundation\Http\FormRequest', 'Hash' => 'Illuminate\Support\Facades\Hash', - 'HTML' => 'Illuminate\Support\Facades\HTML', 'Input' => 'Illuminate\Support\Facades\Input', 'Lang' => 'Illuminate\Support\Facades\Lang', 'Log' => 'Illuminate\Support\Facades\Log', @@ -194,7 +191,6 @@ 'Seeder' => 'Illuminate\Database\Seeder', 'Session' => 'Illuminate\Support\Facades\Session', 'SoftDeletingTrait' => 'Illuminate\Database\Eloquent\SoftDeletingTrait', - 'SSH' => 'Illuminate\Support\Facades\SSH', 'Str' => 'Illuminate\Support\Str', 'URL' => 'Illuminate\Support\Facades\URL', 'Validator' => 'Illuminate\Support\Facades\Validator',