From dde8c8ee09fc659e8dfa34c120957f7ca09bacc6 Mon Sep 17 00:00:00 2001 From: zengyyh Date: Mon, 8 Jul 2024 11:01:08 +0800 Subject: [PATCH] console --- config/console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/console.php b/config/console.php index 4e3e8a4a..80efc546 100644 --- a/config/console.php +++ b/config/console.php @@ -16,6 +16,6 @@ return [ 'ProfitSharing' => 'app\command\ProfitSharing', 'ProfitSharingResult' => 'app\command\ProfitSharingResult', 'SyncCategory' => 'app\command\SyncCategory', - 'SprictTest' => 'app\command\SprictTest', + 'HomeLocation' => 'app\command\HomeLocation', ], ];