From 2b1015a552b174c397d974525e4847dfe06c0972 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 22 May 2019 17:30:25 +0200 Subject: [PATCH] #2783 --- src/app/Console/Commands/MagicCubistCommand.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/Console/Commands/MagicCubistCommand.php b/src/app/Console/Commands/MagicCubistCommand.php index 712277c..b6fe859 100644 --- a/src/app/Console/Commands/MagicCubistCommand.php +++ b/src/app/Console/Commands/MagicCubistCommand.php @@ -30,8 +30,6 @@ class MagicCubistCommand extends Command */ public function handle() { - $name = ucfirst($this->argument('name')); - // Find cubistmagic directories $iterator = Files::getDirectoryIterator(app_path(), true); $magics = []; -- 2.39.5