StyleCI cleanup
This commit is contained in:
parent
37a723aa58
commit
1897741381
10 changed files with 17 additions and 36 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue