to suit with Laravel Collective Syntax
This commit is contained in:
parent
e40c634ea8
commit
4284ab6f91
1 changed files with 3 additions and 3 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue