*/ protected $fillable = [ 'LinkedMSISDN', 'TmCode', 'OMProductId', 'Name', 'Description', ]; public function msisdn() { return $this->belongsTo('App\Models\Msisdn', 'LinkedMSISDN', 'id'); } }