diff --git a/src/Console/Commands/ImportCollection.php b/src/Console/Commands/ImportCollection.php index 64d2914e..37779a06 100644 --- a/src/Console/Commands/ImportCollection.php +++ b/src/Console/Commands/ImportCollection.php @@ -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 }'; diff --git a/src/Console/Commands/ListResources.php b/src/Console/Commands/ListResources.php index eaf24d23..0ea5f3ae 100644 --- a/src/Console/Commands/ListResources.php +++ b/src/Console/Commands/ListResources.php @@ -16,7 +16,7 @@ class ListResources extends Command * * @var string */ - protected $signature = 'runway:resources'; + protected $signature = 'statamic:runway:resources'; /** * The console command description. diff --git a/src/Console/Commands/RebuildUriCache.php b/src/Console/Commands/RebuildUriCache.php index 72b38a27..b483a914 100644 --- a/src/Console/Commands/RebuildUriCache.php +++ b/src/Console/Commands/RebuildUriCache.php @@ -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. }'; /**