From e49518bf2189439ddf92320fd1366bda9f7ba6d4 Mon Sep 17 00:00:00 2001 From: Adam Balan Date: Thu, 5 Sep 2024 15:53:52 -0600 Subject: [PATCH] Started working on abstracting out the resource requests from units and buildings. --- .../Kingdoms/Handlers/CapitalCityRequestResourcesHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Game/Kingdoms/Handlers/CapitalCityRequestResourcesHandler.php b/app/Game/Kingdoms/Handlers/CapitalCityRequestResourcesHandler.php index 184255fce..7596213a7 100644 --- a/app/Game/Kingdoms/Handlers/CapitalCityRequestResourcesHandler.php +++ b/app/Game/Kingdoms/Handlers/CapitalCityRequestResourcesHandler.php @@ -3,5 +3,5 @@ namespace App\Game\Kingdoms\Handlers; class CapitalCityRequestResourcesHandler { - + }