mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-21 20:48:00 +01:00
Renamed to RebuildImages and added to Kernel
This commit is contained in:
parent
917aea2f2d
commit
e502785c2d
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ use Illuminate\Console\Command;
|
|||
use Poniverse\Ponyfm\Models\Image;
|
||||
use Symfony\Component\HttpFoundation\File\File;
|
||||
|
||||
class ResizeImages extends Command
|
||||
class RebuildImages extends Command
|
||||
{
|
||||
/**
|
||||
* The name and signature of the console command.
|
|
@ -48,6 +48,7 @@ class Kernel extends ConsoleKernel
|
|||
\Poniverse\Ponyfm\Console\Commands\FixMLPMAImages::class,
|
||||
\Poniverse\Ponyfm\Console\Commands\VersionFiles::class,
|
||||
\Poniverse\Ponyfm\Console\Commands\ImportEQBeats::class,
|
||||
\Poniverse\Ponyfm\Console\Commands\RebuildImages::class
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue