From 6f90c6b878e9ae52589d465168d7c98dd17c139a Mon Sep 17 00:00:00 2001 From: tokumeikoi Date: Fri, 2 Jul 2021 23:35:10 +0900 Subject: [PATCH] update: code --- app/Console/Commands/Test.php | 5 ----- 1 file changed, 5 deletions(-) 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); - } } }