File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ final class ActivateApiKey extends Command
1717 /**
1818 * The console command description.
1919 */
20- protected $ description = 'Activate an ApiKey ' ;
20+ protected $ description = 'Activate an apikey ' ;
2121
2222 /**
2323 * Execute the console command.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ final class AddScope extends Command
1919 /**
2020 * The console command description.
2121 */
22- protected $ description = 'Add a Scope to an ApiKey ' ;
22+ protected $ description = 'Add a scope to an apikey ' ;
2323
2424 /**
2525 * Execute the console command.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ final class DeactivateApiKey extends Command
1717 /**
1818 * The console command description.
1919 */
20- protected $ description = 'Deactivate an ApiKey ' ;
20+ protected $ description = 'Deactivate an apikey ' ;
2121
2222 /**
2323 * Execute the console command.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ final class DeleteScope extends Command
1818 /**
1919 * The console command description.
2020 */
21- protected $ description = 'Delete an ApiKey Scope (Delete a scope, not a relationship) ' ;
21+ protected $ description = 'Delete a scope (delete a scope, not an apikey relationship) ' ;
2222
2323 /**
2424 * Execute the console command.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ final class RemoveScope extends Command
1919 /**
2020 * The console command description.
2121 */
22- protected $ description = 'Remove a Scope from an ApiKey ' ;
22+ protected $ description = 'Remove a scope from an apikey ' ;
2323
2424 /**
2525 * Execute the console command.
You can’t perform that action at this time.
0 commit comments