We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34035ea commit 73a426eCopy full SHA for 73a426e
1 file changed
src/Commands/ApisCommand.php
@@ -13,6 +13,8 @@
13
14
class ApisCommand extends Command
15
{
16
+ protected static string $defaultName = 'workbunny:push-server-apis';
17
+ protected static string $defaultDescription = 'Push Server APIs. ';
18
19
/**
20
* @return void
0 commit comments