change command signature

This commit is contained in:
2026-06-14 13:19:56 +03:30
parent 0f65437bfa
commit 7ac07692a2
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ class EncodePolyLineCommand extends Command
*
* @var string
*/
protected $signature = 'app:encode-poly-line-command';
protected $signature = 'polyline:encode';
/**
* The console command description.