'boolean', ]; protected $attributes = [ 'is_meeting' => false, ]; protected $fillable = [ 'title', 'text', 'is_meeting', 'user_id', ]; }