Apply fixes from StyleCI

This commit is contained in:
Manish Verma
2018-08-07 11:27:04 +00:00
committed by StyleCI Bot
parent a08bfd0ebd
commit cadbb1062c
3 changed files with 6 additions and 6 deletions

View File

@@ -25,10 +25,10 @@ class ApiServiceProvider extends ServiceProvider
{
// Add routes
// if (isInstall()) {
$routes = app_path('/Api/routes.php');
if (file_exists($routes)) {
require $routes;
}
$routes = app_path('/Api/routes.php');
if (file_exists($routes)) {
require $routes;
}
// }
}
}