Skip to content

Commit 8217889

Browse files
committed
refactor: cs fix
1 parent 1d9013b commit 8217889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Commands/PageCreateCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function run(array $params)
5151
[
5252
'{{pageName}}' => $pageName,
5353
'{{pageNamespace}}' => str_replace('/', '\\', $pageName),
54-
]
54+
],
5555
);
5656

5757
// Create the index.php file
@@ -61,7 +61,7 @@ public function run(array $params)
6161
[
6262
'{{pageName}}' => $pageName,
6363
'{{pageSlug}}' => str_replace('/', '_', $pageName),
64-
]
64+
],
6565
);
6666
}
6767

0 commit comments

Comments
 (0)