]> _ Git - cubist_cms-back.git/commitdiff
#2783
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 May 2019 15:30:25 +0000 (17:30 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 May 2019 15:30:25 +0000 (17:30 +0200)
src/app/Console/Commands/MagicCubistCommand.php

index 712277c924a5dc8586acf16f19dd65a9b44c237b..b6fe859c232ab8324c9fe6b64f690697cc097d0c 100644 (file)
@@ -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 = [];