Skip to content

Commit 76603d5

Browse files
committed
Merge branch '8.0' into 7.0
1 parent cec1eaf commit 76603d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/api/routes/routes.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Route::resource('$MODEL_NAME_PLURAL_SNAKE$', '$PATH_PREFIX$$MODEL_NAME$APIController');
1+
Route::resource('$MODEL_NAME_PLURAL_SNAKE$', '$PATH_PREFIX$$MODEL_NAME$APIController');

templates/scaffold/routes/routes.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Route::resource('$MODEL_NAME_PLURAL_CAMEL$', '$PATH_PREFIX$$MODEL_NAME$Controller');
1+
Route::resource('$MODEL_NAME_PLURAL_CAMEL$', '$PATH_PREFIX$$MODEL_NAME$Controller');

0 commit comments

Comments
 (0)