mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 19:04:41 -04:00
to suit with Laravel Collective Syntax
This commit is contained in:
parent
e40c634ea8
commit
4284ab6f91
@ -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…
x
Reference in New Issue
Block a user