diff --git a/app/config/app.php b/app/config/app.php index 437338ca..a68e4624 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -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', + ), );