From b59d519637a55596dc4bf347f971171777c39253 Mon Sep 17 00:00:00 2001 From: openlegends Date: Mon, 18 Mar 2024 15:07:36 +0200 Subject: [PATCH] fix namespace --- src/Test/Card/Ability/Damage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Test/Card/Ability/Damage.php b/src/Test/Card/Ability/Damage.php index 2200f91..6bb52fa 100644 --- a/src/Test/Card/Ability/Damage.php +++ b/src/Test/Card/Ability/Damage.php @@ -2,9 +2,9 @@ declare(strict_types=1); -namespace OpenLegends\Asset\Test\Action\Card; +namespace OpenLegends\Asset\Test\Card\Ability; -class Damage extends \OpenLegends\Engine\Abstract\Action\Card +class Damage extends \OpenLegends\Engine\Abstract\Card\Ability { public function __construct() {