'array', 'type' => CompanyType::class ]; public function city() { return $this->belongsTo(City::class); } }