StyleCI cleanup

This commit is contained in:
Dane Everitt 2017-03-12 16:34:43 -04:00
parent 37a723aa58
commit 1897741381
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
10 changed files with 17 additions and 36 deletions

View file

@ -66,7 +66,7 @@ class ServiceController extends Controller
if ($file === 'index.js') {
return response($service->index_file)->header('Content-Type', 'text/plain');
} else if ($file === 'main.json') {
} elseif ($file === 'main.json') {
return response()->json($this->getConfiguration($service->id));
}