Skip to content

Commit fca36cf

Browse files
authored
Merge pull request #929 from ChristopherCarranza/master
Fix duplicate route name
2 parents 3a7753e + 9b9696d commit fca36cf

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
@@ -305,7 +305,7 @@ public static function routes()
305305
]);
306306
Route::get('/cropnewimage', [
307307
'uses' => 'CropController@getNewCropimage',
308-
'as' => 'getCropimage',
308+
'as' => 'getCropnewimage',
309309
]);
310310

311311
// rename

0 commit comments

Comments
 (0)