This commit is contained in:
2021-12-17 04:15:59 +08:00
parent 64e4307a57
commit acf6631c5c
+1
View File
@@ -17,6 +17,7 @@ abstract class Attribute implements INote
* @param mixed|string $method * @param mixed|string $method
* @return mixed * @return mixed
*/ */
#[\ReturnTypeWillChange]
public function execute(mixed $class, mixed $method = ''): mixed public function execute(mixed $class, mixed $method = ''): mixed
{ {
// TODO: Implement execute() method. // TODO: Implement execute() method.