// +---------------------------------------------------------------------- declare(strict_types=1); namespace think\event; /** * AppInit事件类 */ class AppInit { }