mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-02-16 18:14:23 +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\Validation\ValidationServiceProvider',
|
||||||
'Illuminate\View\ViewServiceProvider',
|
'Illuminate\View\ViewServiceProvider',
|
||||||
'Illuminate\Workbench\WorkbenchServiceProvider',
|
'Illuminate\Workbench\WorkbenchServiceProvider',
|
||||||
|
|
||||||
|
'Intouch\LaravelNewrelic\LaravelNewrelicServiceProvider',
|
||||||
|
|
||||||
),
|
),
|
||||||
|
|
||||||
|
@ -180,7 +182,9 @@ return array(
|
||||||
'URL' => 'Illuminate\Support\Facades\URL',
|
'URL' => 'Illuminate\Support\Facades\URL',
|
||||||
'Validator' => 'Illuminate\Support\Facades\Validator',
|
'Validator' => 'Illuminate\Support\Facades\Validator',
|
||||||
'View' => 'Illuminate\Support\Facades\View',
|
'View' => 'Illuminate\Support\Facades\View',
|
||||||
|
|
||||||
|
'Newrelic' => 'Intouch\LaravelNewrelic\Facades\Newrelic',
|
||||||
|
|
||||||
),
|
),
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue