mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Added Laravel-NewRelic to the app's ServiceProviders
This commit is contained in:
parent
b04c738743
commit
1e45e5ddd1
1 changed files with 5 additions and 1 deletions
|
@ -115,6 +115,8 @@ return array(
|
|||
'Illuminate\Validation\ValidationServiceProvider',
|
||||
'Illuminate\View\ViewServiceProvider',
|
||||
'Illuminate\Workbench\WorkbenchServiceProvider',
|
||||
|
||||
'Intouch\LaravelNewrelic\LaravelNewrelicServiceProvider',
|
||||
|
||||
),
|
||||
|
||||
|
@ -180,7 +182,9 @@ return array(
|
|||
'URL' => 'Illuminate\Support\Facades\URL',
|
||||
'Validator' => 'Illuminate\Support\Facades\Validator',
|
||||
'View' => 'Illuminate\Support\Facades\View',
|
||||
|
||||
|
||||
'Newrelic' => 'Intouch\LaravelNewrelic\Facades\Newrelic',
|
||||
|
||||
),
|
||||
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue