diff --git a/src/Commands/PermanentCachesStatusCommand.php b/src/Commands/PermanentCachesStatusCommand.php index 04531c6..b40eb4a 100644 --- a/src/Commands/PermanentCachesStatusCommand.php +++ b/src/Commands/PermanentCachesStatusCommand.php @@ -5,7 +5,6 @@ use Illuminate\Console\Command; use Illuminate\Console\Scheduling\Schedule; use Lorisleiva\CronTranslator\CronTranslator; -use ReflectionClass; use Spatie\Emoji\Emoji; use Symfony\Component\Console\Helper\TableSeparator; use Vormkracht10\PermanentCache\Facades\PermanentCache;