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
|
||||
// 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;
|
||||
}
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
@@ -60,4 +60,4 @@
|
||||
* FCM token response
|
||||
*/
|
||||
Route::post('fcmtoken', ['as' => 'fcmtoken', 'uses' => 'Common\PushNotificationController@fcmToken']);
|
||||
});
|
||||
});
|
||||
|
@@ -696,7 +696,7 @@ Route::group(['middleware' => ['web']], function () {
|
||||
Route::get('/inbox/data', ['as' => 'api.inbox', 'uses' => 'Agent\helpdesk\TicketController@get_inbox']);
|
||||
// Route::get('/report', 'HomeController@getreport');
|
||||
// Route::get('/reportdata', 'HomeController@pushdata');
|
||||
|
||||
|
||||
/*
|
||||
* Update module
|
||||
*/
|
||||
|
Reference in New Issue
Block a user