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', ], ];