tenant_id) && Tenancy::current()) { $model->tenant_id = Tenancy::current()->id; } }); } public function tenant(): BelongsTo { return $this->belongsTo(Tenant::class); } }