Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 245cf7c

Browse files
committed
Update leaf
1 parent ab11bfa commit 245cf7c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

leaf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ $console = new \Aloe\Console("Leaf API", "v3.0");
7777
| Add custom commands
7878
|
7979
*/
80-
$console->register([
81-
\App\Console\ExampleCommand::class
82-
]);
80+
$console->register(\App\Console\ExampleCommand::class);
8381

8482
/*
8583
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)