Skip to content

Commit f855d15

Browse files
tabacituStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 27f4dca commit f855d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Http/Controllers/Operations/CreateOperation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ protected function setupCreateRoutes($segment, $routeName, $controller)
2020
'uses' => $controller.'@create',
2121
'operation' => 'create',
2222
]);
23-
23+
2424
Route::post($segment, [
2525
'as' => $routeName.'.store',
2626
'uses' => $controller.'@store',

0 commit comments

Comments
 (0)