This commit is contained in:
2025-03-31 16:20:14 +00:00
parent b68720b125
commit 198c279abb
3 changed files with 6 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
class Slice extends Model
{
protected $guarded = [];
public function service(): BelongsTo
{
return $this->belongsTo(Service::class);