Skip to content

Commit 1250d99

Browse files
authored
Merge pull request vyuldashev#35 from alasdairmackenzie/patch-2
Update Extension.php
2 parents b246145 + 285e8e1 commit 1250d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Attributes/Extension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use InvalidArgumentException;
77
use Vyuldashev\LaravelOpenApi\Factories\ExtensionFactory;
88

9-
#[Attribute(Attribute::IS_REPEATABLE)]
9+
#[Attribute(Attribute::IS_REPEATABLE | Attribute::TARGET_METHOD)]
1010
class Extension
1111
{
1212
public ?string $factory;

0 commit comments

Comments
 (0)