From e502785c2d1de6f0c1cd99f3dbf7a0b832a1d096 Mon Sep 17 00:00:00 2001 From: Isaac Date: Fri, 24 Nov 2017 21:23:44 -0800 Subject: [PATCH] Renamed to RebuildImages and added to Kernel --- app/Console/Commands/{ResizeImages.php => RebuildImages.php} | 2 +- app/Console/Kernel.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename app/Console/Commands/{ResizeImages.php => RebuildImages.php} (97%) diff --git a/app/Console/Commands/ResizeImages.php b/app/Console/Commands/RebuildImages.php similarity index 97% rename from app/Console/Commands/ResizeImages.php rename to app/Console/Commands/RebuildImages.php index b121c348..51c6a9bf 100644 --- a/app/Console/Commands/ResizeImages.php +++ b/app/Console/Commands/RebuildImages.php @@ -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. diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index d7f0233d..88416f2b 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -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 ]; /**