large commit

This commit is contained in:
Omair Saleh
2019-06-17 10:41:32 +08:00
parent f7b2d0aded
commit 072c8a3a51
-2
View File
@@ -158,6 +158,4 @@ Route::group(['middleware' => 'api', 'prefix' => 'v1', 'as' => 'api.'], function
Route::get('/order/status', 'OrdersStatusReportController@index')->name('order.status');
});
s
});