attributes['notebook_id'] = (int)$value; } public function setAdministratorsIdAttribute($value): int { return $this->attributes['administrators_id'] = (int)$value; } public function notebook() { return $this->belongsTo(Notebook::class); } }