Skip to content

Commit

Permalink
fixed incorrect ns for the type attributes trait
Browse files Browse the repository at this point in the history
  • Loading branch information
romalytvynenko committed Sep 19, 2022
1 parent 49eeebb commit 9f6668f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/Support/Type/AbstractType.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace Dedoc\Scramble\Support\Type;

use Dedoc\Scramble\Support\Generator\Types\TypeAttributes;

abstract class AbstractType implements Type
{
use TypeAttributes;
Expand Down
2 changes: 1 addition & 1 deletion src/Support/Type/TypeAttributes.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Dedoc\Scramble\Support\Generator\Types;
namespace Dedoc\Scramble\Support\Type;

trait TypeAttributes
{
Expand Down

0 comments on commit 9f6668f

Please sign in to comment.