tokumeikoi %!s(int64=3) %!d(string=hai) anos
pai
achega
6f90c6b878
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  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);
-        }
     }
 }