fix conflict yang second

This commit is contained in:
MUHD HAFIFIE
2021-06-20 15:38:15 +08:00
4 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -496,4 +496,4 @@ $router->group(['prefix'=>'dashboard'], function () use ($router){
$router->get('komoditi/jumlah/baki',['uses'=>'KomuditiController@jumlahKomoditiDashboard']);
$router->post('komoditi/statistik',['uses'=>'KomuditiController@statistikKomoditiDashboard']);
});
});