mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
Traffic shaper: safeguard deletes, using https://github.com/opnsense/core/issues/1897
This commit is contained in:
parent
d19ad59201
commit
a219bf134f
@ -40,6 +40,7 @@ class SettingsController extends ApiMutableModelControllerBase
|
||||
{
|
||||
protected static $internalModelName = 'ts';
|
||||
protected static $internalModelClass = '\OPNsense\TrafficShaper\TrafficShaper';
|
||||
protected static $internalModelUseSafeDelete = true;
|
||||
|
||||
/**
|
||||
* Retrieve pipe settings or return defaults
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user