Apply fixes from StyleCI

This commit is contained in:
Dane Everitt 2017-01-12 20:48:12 +00:00 committed by StyleCI Bot
parent e91362eee6
commit a5aa089d66
4 changed files with 5 additions and 5 deletions

View file

@ -76,5 +76,4 @@ class ServiceController extends Controller
return response()->file(storage_path('app/services/' . $service . '/' . $file));
}
}