diff --git a/app/Console/Commands/Test.php b/app/Console/Commands/Test.php index b47eed5a..9ecde384 100644 --- a/app/Console/Commands/Test.php +++ b/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); - } } }