Apply fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
a08bfd0ebd
commit
cadbb1062c
@@ -25,10 +25,10 @@ class ApiServiceProvider extends ServiceProvider
|
|||||||
{
|
{
|
||||||
// Add routes
|
// Add routes
|
||||||
// if (isInstall()) {
|
// if (isInstall()) {
|
||||||
$routes = app_path('/Api/routes.php');
|
$routes = app_path('/Api/routes.php');
|
||||||
if (file_exists($routes)) {
|
if (file_exists($routes)) {
|
||||||
require $routes;
|
require $routes;
|
||||||
}
|
}
|
||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user