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 @@ return array( '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 @@ return array( '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',