From e166aa5974d3bee1b2d7500297b1030e0adee5b3 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 3 Aug 2014 14:06:00 -0500 Subject: [PATCH] Working on new provider and aliases. --- app/config/app.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/config/app.php b/app/config/app.php index cfce9019..0a5e64c4 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -116,6 +116,7 @@ 'Illuminate\Database\DatabaseServiceProvider', 'Illuminate\Encryption\EncryptionServiceProvider', 'Illuminate\Filesystem\FilesystemServiceProvider', + 'Illuminate\Foundation\Providers\FormRequestServiceProvider', 'Illuminate\Hashing\HashServiceProvider', 'Illuminate\Html\HtmlServiceProvider', 'Illuminate\Log\LogServiceProvider', @@ -175,6 +176,7 @@ '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',