This commit is contained in:
2021-08-03 18:20:44 +08:00
parent 5b28c52a10
commit 157795fad4
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ use Snowflake\Event as SEvent;
public function execute(mixed $class, mixed $method = null): bool
{
// TODO: Implement execute() method.
SEvent::on($this->name, [$class, $method], $this->params);
SEvent::on($this->name, [$class, $method]);
return true;
}