Skip to content

Commit

Permalink
Commands should be prefixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Feb 7, 2025
1 parent dace6af commit f74720d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Console/Commands/ImportCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ImportCollection extends Command
*
* @var string
*/
protected $signature = 'runway:import-collection
protected $signature = 'statamic:runway:import-collection
{ collection? : The handle of the collection to import. }
{ --force : Force overwrite if files already exist }';

Expand Down
2 changes: 1 addition & 1 deletion src/Console/Commands/ListResources.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ListResources extends Command
*
* @var string
*/
protected $signature = 'runway:resources';
protected $signature = 'statamic:runway:resources';

/**
* The console command description.
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Commands/RebuildUriCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class RebuildUriCache extends Command
*
* @var string
*/
protected $signature = 'runway:rebuild-uris
protected $signature = 'statamic:runway:rebuild-uris
{ --force : Force rebuilding of the URI cache. }';

/**
Expand Down

0 comments on commit f74720d

Please sign in to comment.