Skip to content

Commit a750362

Browse files
committed
Move MountController.php
1 parent 00d1b58 commit a750362

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

routes/admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
|
175175
*/
176176
Route::group(['prefix' => 'mounts'], function () {
177-
Route::get('/', 'Mounts\MountController@index')->name('admin.mounts');
177+
Route::get('/', 'MountController@index')->name('admin.mounts');
178178
});
179179

180180
/*

0 commit comments

Comments
 (0)