tokumeikoi vor 3 Jahren
Ursprung
Commit
6f90c6b878
1 geänderte Dateien mit 0 neuen und 5 gelöschten Zeilen
  1. 0 5
      app/Console/Commands/Test.php

+ 0 - 5
app/Console/Commands/Test.php

@@ -38,10 +38,5 @@ class Test extends Command
      */
     public function handle()
     {
-        foreach (glob(app_path('Http//Controllers//Client//Protocols') . '/*.php') as $file) {
-            $file = 'App\\Http\\Controllers\\Client\\Protocols' . basename($file, '.php');
-            new $file();
-            var_dump($file);
-        }
     }
 }