Skip to content

Commit 4dfe19f

Browse files
committed
fix: uint tests error
1 parent 7259524 commit 4dfe19f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/commands.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@
4040

4141
$app->command(CorCommand::class);
4242

43-
$app->controller('home', HomeController::class, [
44-
'aliases' => ['h']
45-
]);
43+
$app->controller('home', HomeController::class);
4644

4745
$app->controller(ProcessController::class, null, [
4846
'aliases' => 'prc'

0 commit comments

Comments
 (0)