File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class ImportCollection extends Command
34
34
*
35
35
* @var string
36
36
*/
37
- protected $ signature = 'runway:import-collection
37
+ protected $ signature = 'statamic: runway:import-collection
38
38
{ collection? : The handle of the collection to import. }
39
39
{ --force : Force overwrite if files already exist } ' ;
40
40
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class ListResources extends Command
16
16
*
17
17
* @var string
18
18
*/
19
- protected $ signature = 'runway:resources ' ;
19
+ protected $ signature = 'statamic: runway:resources ' ;
20
20
21
21
/**
22
22
* The console command description.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class RebuildUriCache extends Command
22
22
*
23
23
* @var string
24
24
*/
25
- protected $ signature = 'runway:rebuild-uris
25
+ protected $ signature = 'statamic: runway:rebuild-uris
26
26
{ --force : Force rebuilding of the URI cache. } ' ;
27
27
28
28
/**
You can’t perform that action at this time.
0 commit comments