From 2dc858c63858b19ab3b375e05d299da82c596c1b Mon Sep 17 00:00:00 2001 From: Sujit Prasad Date: Thu, 25 Feb 2016 10:24:26 -0500 Subject: [PATCH] Applied fixes from StyleCI --- config/app.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/app.php b/config/app.php index 681c74d74..782c7563f 100644 --- a/config/app.php +++ b/config/app.php @@ -135,10 +135,10 @@ return [ 'providers' => [ - /** + /* * Faveo Plugins */ - + /* * Laravel Framework Service Providers... */ @@ -183,8 +183,8 @@ return [ Unisharp\Laravelfilemanager\LaravelFilemanagerServiceProvider::class, Intervention\Image\ImageServiceProvider::class, 'Tymon\JWTAuth\Providers\JWTAuthServiceProvider', - - ], + + ], /* |-------------------------------------------------------------------------- @@ -249,4 +249,4 @@ return [ 'token' => 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiaXNzIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9mYXZlby1oZWxwZGVzay1naXRodWJcL3B1YmxpY1wvYXBpXC92MVwvYXV0aGVudGljYXRlIiwiaWF0IjoxNDU1NzAyNDEyLCJleHAiOjE0NTU3MDYwMTIsIm5iZiI6MTQ1NTcwMjQxMiwianRpIjoiOTdlODg1ODNjOWQyNDIzNWQ4MzI3Y2ExNzI1NDY1MDQifQ.37E7H2kRCQuz5oBRkQLKhNNpaNXyk4FiEYS9RQ7HZPY', - ]; \ No newline at end of file + ];