From cc3ebc8af83aeaf96d7f420b312b6c5e8941053c Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 11 Jan 2021 00:59:01 +0900 Subject: [PATCH] moved a command to its new home in the code layout --- app/Console/Commands/{Corps => Data}/GetCorpsCommand.php | 4 ++-- app/Console/Kernel.php | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) rename app/Console/Commands/{Corps => Data}/GetCorpsCommand.php (96%) diff --git a/app/Console/Commands/Corps/GetCorpsCommand.php b/app/Console/Commands/Data/GetCorpsCommand.php similarity index 96% rename from app/Console/Commands/Corps/GetCorpsCommand.php rename to app/Console/Commands/Data/GetCorpsCommand.php index e405928a0..b6c1e15da 100644 --- a/app/Console/Commands/Corps/GetCorpsCommand.php +++ b/app/Console/Commands/Data/GetCorpsCommand.php @@ -1,6 +1,6 @@