Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Commit f245d8c

Browse files
committed
wip
1 parent 08b2386 commit f245d8c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/UiServiceProvider.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ protected function registerCommands()
5151
*/
5252
public function provides()
5353
{
54-
return [];
54+
return [
55+
AuthCommand::class,
56+
PresetCommand::class,
57+
];
5558
}
5659
}

0 commit comments

Comments
 (0)