Commit 57ecb8a4 authored by Nicolas Widart's avatar Nicolas Widart

Changing media command name to asgard namespace

parent 2d924fcb
...@@ -6,7 +6,7 @@ use Modules\Media\Repositories\FileRepository; ...@@ -6,7 +6,7 @@ use Modules\Media\Repositories\FileRepository;
class RefreshThumbnailCommand extends Command class RefreshThumbnailCommand extends Command
{ {
protected $name = 'media:thumb-refresh'; protected $name = 'asgard:media:refresh';
protected $description = 'Create and or refresh the thumbnails'; protected $description = 'Create and or refresh the thumbnails';
/** /**
* @var Imagy * @var Imagy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment