mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
src: style sweep
This commit is contained in:
parent
d78a7b08c4
commit
e28f39709c
@ -136,7 +136,8 @@ class ModelRelationField extends BaseListField
|
||||
|
||||
$uuid = $node->getAttributes()['uuid'];
|
||||
self::$internalCacheOptionList[$this->internalCacheKey][$uuid] = vsprintf(
|
||||
$displayFormat, $descriptions
|
||||
$displayFormat,
|
||||
$descriptions
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@ -34,7 +34,6 @@ use OPNsense\Base\FieldTypes\BaseField;
|
||||
use OPNsense\Base\Validators\CallbackValidator;
|
||||
use OPNsense\Firewall\Util;
|
||||
|
||||
|
||||
/**
|
||||
* Class UnboundServerField
|
||||
* @package OPNsense\Unbound\FieldTypes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user