large commit

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