Skip to content

Commit 8e71dcd

Browse files
committed
add empty default constructor
1 parent aebe225 commit 8e71dcd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Ubiquity/attributes/items/BaseAttribute.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
abstract class BaseAttribute {
1616
use BaseAnnotationTrait;
1717

18+
public function __construct() {
19+
20+
}
21+
1822
public function asAnnotation(): string {
1923
return $this->__toString();
2024
}

0 commit comments

Comments
 (0)