[ SendEmailVerificationNotification::class, ], ]; /** * Register any events for your application. * * @return void */ public function boot() { parent::boot(); //监听sql BaseUtil::listenSql(); //定义常量 define("BASE_AUTH_URL",env("BASE_AUTH_URL")); } }