This commit is contained in:
2021-04-28 11:18:23 +08:00
parent c0beed77dd
commit 8e3e59efab
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ class Event extends BaseObject
* @return bool
* @throws Exception
*/
public static function dispatch($name, $params = [], $scope = null): bool
public function dispatch($name, $params = [], $scope = null): bool
{
return static::trigger($name, $params, $scope);
}