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.
1 parent cdd7212 commit 2ad099fCopy full SHA for 2ad099f
src/Decorators/Dynamic_Action.php
@@ -15,7 +15,7 @@
15
* @template H of Ajax_Handler<T>
16
* @extends Dynamic_Filter<T,H>
17
*/
18
-#[\Attribute( \Attribute::TARGET_METHOD )]
+#[\Attribute( \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE )]
19
class Dynamic_Action extends Dynamic_Filter {
20
protected function get_type(): string {
21
return 'action';
src/Decorators/Dynamic_Filter.php
@@ -18,7 +18,7 @@
* @extends Filter<T,H>
22
class Dynamic_Filter extends Filter {
23
/**
24
* Variables to fetch.
0 commit comments