summaryrefslogtreecommitdiff
path: root/src/Model/Event/UpgradeBuilding.php
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-01-11 13:15:02 +0100
committerDaniel Weipert <git@mail.dweipert.de>2024-01-11 13:15:02 +0100
commit09caff2b2a06d1f8ac8203567035a21c612165f9 (patch)
tree999be04ff0a418a33e438be9befc8c9297e383f4 /src/Model/Event/UpgradeBuilding.php
parent6301f63bd348109b8693a922f02e16d49205a8fd (diff)
send resources
Diffstat (limited to 'src/Model/Event/UpgradeBuilding.php')
-rw-r--r--src/Model/Event/UpgradeBuilding.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Model/Event/UpgradeBuilding.php b/src/Model/Event/UpgradeBuilding.php
index a426a21..a3f3984 100644
--- a/src/Model/Event/UpgradeBuilding.php
+++ b/src/Model/Event/UpgradeBuilding.php
@@ -3,7 +3,6 @@
namespace App\Model\Event;
use App\DB;
-use App\Model\Event;
class UpgradeBuilding extends BaseEvent
{
@@ -27,6 +26,11 @@ class UpgradeBuilding extends BaseEvent
);
}
+ public function cancel(): void
+ {
+ $this->dbDelete();
+ }
+
public function dbInsert(): void
{
DB::query(