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
17
17
/**
18
18
* The console command description.
19
19
*/
20
- protected $ description = 'Activate an ApiKey ' ;
20
+ protected $ description = 'Activate an apikey ' ;
21
21
22
22
/**
23
23
* Execute the console command.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ final class AddScope extends Command
19
19
/**
20
20
* The console command description.
21
21
*/
22
- protected $ description = 'Add a Scope to an ApiKey ' ;
22
+ protected $ description = 'Add a scope to an apikey ' ;
23
23
24
24
/**
25
25
* Execute the console command.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ final class DeactivateApiKey extends Command
17
17
/**
18
18
* The console command description.
19
19
*/
20
- protected $ description = 'Deactivate an ApiKey ' ;
20
+ protected $ description = 'Deactivate an apikey ' ;
21
21
22
22
/**
23
23
* Execute the console command.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ final class DeleteScope extends Command
18
18
/**
19
19
* The console command description.
20
20
*/
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) ' ;
22
22
23
23
/**
24
24
* Execute the console command.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ final class RemoveScope extends Command
19
19
/**
20
20
* The console command description.
21
21
*/
22
- protected $ description = 'Remove a Scope from an ApiKey ' ;
22
+ protected $ description = 'Remove a scope from an apikey ' ;
23
23
24
24
/**
25
25
* Execute the console command.
You can’t perform that action at this time.
0 commit comments