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 4f019b7 commit a11760bCopy full SHA for a11760b
src/Abilities/Ability.php
@@ -42,7 +42,7 @@ abstract public function description(): string;
42
*
43
* @param array<string, mixed> $input
44
*/
45
- abstract public function execute(array $input): mixed;
+ abstract public function execute(array $input);
46
47
/**
48
* Determine whether the current user has permission to execute the ability.
0 commit comments