Skip to content

Commit f74720d

Browse files
committed
Commands should be prefixed.
1 parent dace6af commit f74720d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Console/Commands/ImportCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class ImportCollection extends Command
3434
*
3535
* @var string
3636
*/
37-
protected $signature = 'runway:import-collection
37+
protected $signature = 'statamic:runway:import-collection
3838
{ collection? : The handle of the collection to import. }
3939
{ --force : Force overwrite if files already exist }';
4040

src/Console/Commands/ListResources.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ListResources extends Command
1616
*
1717
* @var string
1818
*/
19-
protected $signature = 'runway:resources';
19+
protected $signature = 'statamic:runway:resources';
2020

2121
/**
2222
* The console command description.

src/Console/Commands/RebuildUriCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class RebuildUriCache extends Command
2222
*
2323
* @var string
2424
*/
25-
protected $signature = 'runway:rebuild-uris
25+
protected $signature = 'statamic:runway:rebuild-uris
2626
{ --force : Force rebuilding of the URI cache. }';
2727

2828
/**

0 commit comments

Comments
 (0)