Services: Kea DHCPv4/6: Enable internalModelSafeDelete due to increased model relation field usage (#10287)

This commit is contained in:
Monviech 2026-05-11 12:54:28 +02:00 committed by GitHub
parent a43360d860
commit fe8c0f27ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -36,6 +36,7 @@ class Dhcpv4Controller extends ApiMutableModelControllerBase
{
protected static $internalModelName = 'dhcpv4';
protected static $internalModelClass = 'OPNsense\Kea\KeaDhcpv4';
protected static $internalModelUseSafeDelete = true;
/**
* @inheritdoc

View file

@ -36,6 +36,7 @@ class Dhcpv6Controller extends ApiMutableModelControllerBase
{
protected static $internalModelName = 'dhcpv6';
protected static $internalModelClass = 'OPNsense\Kea\KeaDhcpv6';
protected static $internalModelUseSafeDelete = true;
/**
* @inheritdoc