111
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ abstract class Attribute implements IAnnotation
|
||||
* @param mixed|string $method
|
||||
* @return mixed
|
||||
*/
|
||||
public static function execute(mixed $params, mixed $class, mixed $method = ''): mixed
|
||||
public function execute(mixed $class, mixed $method = ''): mixed
|
||||
{
|
||||
// TODO: Implement execute() method.
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user