mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Fix typo
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
@@ -7,4 +7,4 @@ Route::group(['namespace' => 'Currencies', 'as' => 'currency.', 'prefix' => 'cur
|
||||
Route::get('/list', 'ListCurrencyController@list')->name('list');
|
||||
Route::post('/create', 'CreateCurrencyController@create')->name('create');
|
||||
Route::delete('/delete/{id}', 'DeleteCurrencyController@delete')->name('delete');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user