From 5ef8fe188b72ac34d6be227858905b5b676aca2b Mon Sep 17 00:00:00 2001 From: Christopher Mancuso Date: Fri, 25 Dec 2020 20:44:25 +0900 Subject: [PATCH] psr-4 --- .../Commands/Assets/{GetAssets.php => GetAssetsCommand.php} | 0 app/Console/Commands/Corps/{GetCorps.php => GetCorpsCommand.php} | 0 .../Structures/{GetStructures.php => GetStructuresCommand.php} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename app/Console/Commands/Assets/{GetAssets.php => GetAssetsCommand.php} (100%) rename app/Console/Commands/Corps/{GetCorps.php => GetCorpsCommand.php} (100%) rename app/Console/Commands/Structures/{GetStructures.php => GetStructuresCommand.php} (100%) diff --git a/app/Console/Commands/Assets/GetAssets.php b/app/Console/Commands/Assets/GetAssetsCommand.php similarity index 100% rename from app/Console/Commands/Assets/GetAssets.php rename to app/Console/Commands/Assets/GetAssetsCommand.php diff --git a/app/Console/Commands/Corps/GetCorps.php b/app/Console/Commands/Corps/GetCorpsCommand.php similarity index 100% rename from app/Console/Commands/Corps/GetCorps.php rename to app/Console/Commands/Corps/GetCorpsCommand.php diff --git a/app/Console/Commands/Structures/GetStructures.php b/app/Console/Commands/Structures/GetStructuresCommand.php similarity index 100% rename from app/Console/Commands/Structures/GetStructures.php rename to app/Console/Commands/Structures/GetStructuresCommand.php