davide.cucurnia@vola.it
2024-02-06 91fb11c85ffea90f52af9ad071c997ad2b53a624
app/Models/Products.php
@@ -15,13 +15,13 @@
     */
    protected $fillable = [
        'LinkedMSISDN',
        'tmCode',
        'TmCode',
        'OMProductId',
        'description',
        'activationDate'
        'Name',
        'Description',
    ];
    public function user()
    public function msisdn()
    {
        return $this->belongsTo('App\Models\Msisdn', 'LinkedMSISDN', 'id');
    }