Skip to content

Commit 980d859

Browse files
Added @mixin into Model, you can use static methods friendly. (#2709)
Co-authored-by: 李铭昕 <[email protected]>
1 parent 7643986 commit 980d859

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ConfigProvider.php

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ public function __invoke(): array
5353
AspectCollector::class,
5454
],
5555
],
56+
'ignore_annotations' => [
57+
'mixin',
58+
],
5659
],
5760
];
5861
}

0 commit comments

Comments
 (0)