This commit is contained in:
2020-09-02 15:45:52 +08:00
parent 0798a8c6f5
commit 13aeefd2d3
2 changed files with 34 additions and 9 deletions
+10
View File
@@ -317,6 +317,16 @@ abstract class BaseApplication extends Service
}
/**
* @return Event
* @throws ComponentException
*/
public function getEvent()
{
return $this->get('event');
}
/**
* @return Jwt
* @throws ComponentException