mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
Rename short-url:delete-visits to short-url:visits-delete for consistency with other commands
This commit is contained in:
@@ -19,7 +19,7 @@ use function sprintf;
|
||||
|
||||
class DeleteShortUrlVisitsCommand extends Command
|
||||
{
|
||||
public const NAME = 'short-url:delete-visits';
|
||||
public const NAME = 'short-url:visits-delete';
|
||||
|
||||
public function __construct(private readonly ShortUrlVisitsDeleterInterface $deleter)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user