Skip to content

Commit 9b9696d

Browse files
author
Christopher Carranza
committed
Fix duplicate route name
1 parent 241100b commit 9b9696d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lfm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ public static function routes()
300300
]);
301301
Route::get('/cropnewimage', [
302302
'uses' => 'CropController@getNewCropimage',
303-
'as' => 'getCropimage',
303+
'as' => 'getCropnewimage',
304304
]);
305305

306306
// rename

0 commit comments

Comments
 (0)