'array' ]; public function product_type(){ return $this->hasOne(ProductType::class,'id','product_type_id'); } }