From: Vincent Vanwaelscappel Date: Wed, 22 May 2019 15:30:25 +0000 (+0200) Subject: #2783 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2b1015a552b174c397d974525e4847dfe06c0972;p=cubist_cms-back.git #2783 --- 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 = [];