mirror of
https://github.com/opnsense/core.git
synced 2026-06-04 14:22:06 -04:00
Services: Kea DHCPv4/6: Enable internalModelSafeDelete due to increased model relation field usage (#10287)
This commit is contained in:
parent
a43360d860
commit
fe8c0f27ca
2 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ class Dhcpv4Controller extends ApiMutableModelControllerBase
|
|||
{
|
||||
protected static $internalModelName = 'dhcpv4';
|
||||
protected static $internalModelClass = 'OPNsense\Kea\KeaDhcpv4';
|
||||
protected static $internalModelUseSafeDelete = true;
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ class Dhcpv6Controller extends ApiMutableModelControllerBase
|
|||
{
|
||||
protected static $internalModelName = 'dhcpv6';
|
||||
protected static $internalModelClass = 'OPNsense\Kea\KeaDhcpv6';
|
||||
protected static $internalModelUseSafeDelete = true;
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
|
|
|
|||
Loading…
Reference in a new issue