From 9f6668f50c33c520a8b435bcc601ea3401614f29 Mon Sep 17 00:00:00 2001 From: Roman Lytvynenko Date: Mon, 19 Sep 2022 15:09:59 +0300 Subject: [PATCH] fixed incorrect ns for the type attributes trait --- src/Support/Type/AbstractType.php | 2 -- src/Support/Type/TypeAttributes.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Support/Type/AbstractType.php b/src/Support/Type/AbstractType.php index ab98402f..bd287b23 100644 --- a/src/Support/Type/AbstractType.php +++ b/src/Support/Type/AbstractType.php @@ -2,8 +2,6 @@ namespace Dedoc\Scramble\Support\Type; -use Dedoc\Scramble\Support\Generator\Types\TypeAttributes; - abstract class AbstractType implements Type { use TypeAttributes; diff --git a/src/Support/Type/TypeAttributes.php b/src/Support/Type/TypeAttributes.php index 4ae426c9..9494bb3b 100644 --- a/src/Support/Type/TypeAttributes.php +++ b/src/Support/Type/TypeAttributes.php @@ -1,6 +1,6 @@