We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b246145 + 285e8e1 commit 1250d99Copy full SHA for 1250d99
src/Attributes/Extension.php
@@ -6,7 +6,7 @@
6
use InvalidArgumentException;
7
use Vyuldashev\LaravelOpenApi\Factories\ExtensionFactory;
8
9
-#[Attribute(Attribute::IS_REPEATABLE)]
+#[Attribute(Attribute::IS_REPEATABLE | Attribute::TARGET_METHOD)]
10
class Extension
11
{
12
public ?string $factory;
0 commit comments