Skip to content

Commit 98f096f

Browse files
style: Apply fixes from StyleCI (#1025)
Co-authored-by: StyleCI Bot <[email protected]>
1 parent d23da38 commit 98f096f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/helpers.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ function model_name_from_table_name(string $tableName): string
149149
}
150150
}
151151

152-
function createResourceRouteNames($name, $isScaffold = false) {
152+
function createResourceRouteNames($name, $isScaffold = false)
153+
{
153154
$result = [
154155
"'index' => '$name.index'",
155156
"'store' => '$name.store'",
@@ -164,4 +165,4 @@ function createResourceRouteNames($name, $isScaffold = false) {
164165
}
165166

166167
return $result;
167-
}
168+
}

0 commit comments

Comments
 (0)