'boolean', ]; /** @var array */ protected $fillable = [ 'title', 'text', 'is_meeting', 'user_id', ]; }