mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 18:54:30 -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',
|
'Intervention\Image\ImageServiceProvider',
|
||||||
'Webpatser\Countries\CountriesServiceProvider',
|
'Webpatser\Countries\CountriesServiceProvider',
|
||||||
'Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider',
|
'Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider',
|
||||||
'Illuminate\Html\HtmlServiceProvider',
|
'Collective\Html\HtmlServiceProvider',
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Application Service Providers...
|
* Application Service Providers...
|
||||||
@ -244,8 +244,8 @@ return [
|
|||||||
// Added Class Aliases
|
// Added Class Aliases
|
||||||
|
|
||||||
'Utils' => 'App\Libraries\Utils',
|
'Utils' => 'App\Libraries\Utils',
|
||||||
'Form' => 'Illuminate\Html\FormFacade',
|
'Form' => 'Collective\Html\FormFacade',
|
||||||
'HTML' => 'Illuminate\Html\HtmlFacade',
|
'Html' => 'Collective\Html\HtmlFacade',
|
||||||
'SSH' => 'Illuminate\Support\Facades\SSH',
|
'SSH' => 'Illuminate\Support\Facades\SSH',
|
||||||
'Alert' => 'Bootstrapper\Facades\Alert',
|
'Alert' => 'Bootstrapper\Facades\Alert',
|
||||||
'Badge' => 'Bootstrapper\Facades\Badge',
|
'Badge' => 'Bootstrapper\Facades\Badge',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user