tokumeikoi 3 år sedan
förälder
incheckning
6f90c6b878
1 ändrade filer med 0 tillägg och 5 borttagningar
  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);
-        }
     }
 }