'boolean', 'is_default' => 'boolean', ]; public function properties() { return $this->hasMany(LanguageProperty::class); } }