From 55053ea1f3c2bd9c9ab96ed8e61a30b1bdb651db Mon Sep 17 00:00:00 2001 From: openlegends Date: Mon, 18 Mar 2024 15:05:34 +0200 Subject: [PATCH] update methods api --- src/Test/Card/Goblin.php | 2 +- src/Test/Card/Mouse.php | 2 +- src/Test/Card/Rat.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Test/Card/Goblin.php b/src/Test/Card/Goblin.php index 4d657cb..bbc255d 100644 --- a/src/Test/Card/Goblin.php +++ b/src/Test/Card/Goblin.php @@ -8,7 +8,7 @@ class Goblin extends \OpenLegends\Engine\Abstract\Card { public function __construct() { - $this->setTitle( + $this->setName( _('Goblin') ); diff --git a/src/Test/Card/Mouse.php b/src/Test/Card/Mouse.php index c696190..4fc758a 100644 --- a/src/Test/Card/Mouse.php +++ b/src/Test/Card/Mouse.php @@ -8,7 +8,7 @@ class Mouse extends \OpenLegends\Engine\Abstract\Card { public function __construct() { - $this->setTitle( + $this->setName( _('Mouse') ); diff --git a/src/Test/Card/Rat.php b/src/Test/Card/Rat.php index f62e502..ff44d84 100644 --- a/src/Test/Card/Rat.php +++ b/src/Test/Card/Rat.php @@ -24,7 +24,7 @@ class Rat extends \OpenLegends\Engine\Abstract\Card new \OpenLegends\Asset\Test\Card\Ability\Damage() ); - $this->setTitle( + $this->setName( _('Rat') );