This commit is contained in:
2021-10-26 11:26:52 +08:00
parent 65064c04f4
commit 06ea3d4b98
-1
View File
@@ -28,7 +28,6 @@ use ReflectionException;
* @param mixed $class * @param mixed $class
* @param mixed|string $method * @param mixed|string $method
* @return mixed * @return mixed
* @throws ReflectionException
*/ */
public function execute(mixed $class, mixed $method = ''): mixed public function execute(mixed $class, mixed $method = ''): mixed
{ {