Skip to content

Commit ba6a0fe

Browse files
committed
Fix bad import for Authorization
1 parent 21d2eb2 commit ba6a0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ubiquity/attributes/items/rest/Authorization.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313

1414
use Attribute;
15-
use Ubiquity\annotations\BaseAnnotation;
15+
use Ubiquity\annotations\BaseAnnotationTrait;
1616
use Ubiquity\attributes\items\BaseAttribute;
1717

1818
/**

0 commit comments

Comments
 (0)