*/ protected $fillable = [ 'owner_id', 'name', 'type', 'price', 'rooms', 'yandex_mark', 'text', 'is_group', ]; /** * The attributes that should be cast. * * @var array */ protected $casts = [ // 'is_group' => 'boolean', ]; }