'int' ]; protected $fillable = [ 'nh_network_config_id', 'code', 'name', 'billing_type', 'authorization_type' ]; public function network_config() { return $this->belongsTo(NhNetworksConfig::class, 'nh_network_config_id'); } }