to suit with Laravel Collective Syntax

This commit is contained in:
Infacq 2015-05-22 15:09:14 +08:00
parent e40c634ea8
commit 4284ab6f91

View File

@ -146,7 +146,7 @@ return [
'Intervention\Image\ImageServiceProvider',
'Webpatser\Countries\CountriesServiceProvider',
'Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider',
'Illuminate\Html\HtmlServiceProvider',
'Collective\Html\HtmlServiceProvider',
/*
* Application Service Providers...
@ -244,8 +244,8 @@ return [
// Added Class Aliases
'Utils' => 'App\Libraries\Utils',
'Form' => 'Illuminate\Html\FormFacade',
'HTML' => 'Illuminate\Html\HtmlFacade',
'Form' => 'Collective\Html\FormFacade',
'Html' => 'Collective\Html\HtmlFacade',
'SSH' => 'Illuminate\Support\Facades\SSH',
'Alert' => 'Bootstrapper\Facades\Alert',
'Badge' => 'Bootstrapper\Facades\Badge',