Fix case typo
This commit is contained in:
7
routes/Shop/Sections.php
Normal file
7
routes/Shop/Sections.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
Route::prefix('Sections')->name('Sections.')->group(function () {
|
||||
Route::get('', 'SectionController@index')->name('index');
|
||||
Route::get('show/{id}', 'SectionController@show')->name('show');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user