Renamed to RebuildImages and added to Kernel

This commit is contained in:
Isaac 2017-11-24 21:23:44 -08:00
parent 917aea2f2d
commit e502785c2d
2 changed files with 2 additions and 1 deletions

View file

@ -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.

View file

@ -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
];
/**