'boolean', ]; protected static function boot() { parent::boot(); self::created(function ($certification) { event(new UserCertificationSuccess($certification)); }); } }