mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
src: style sweep
This commit is contained in:
+4
-4
@@ -32,8 +32,8 @@ use OPNsense\Base\ApiMutableServiceControllerBase;
|
||||
|
||||
class ServiceController extends ApiMutableServiceControllerBase
|
||||
{
|
||||
static protected $internalServiceClass = '\OPNsense\Redis\Redis';
|
||||
static protected $internalServiceTemplate = 'OPNsense/Redis';
|
||||
static protected $internalServiceEnabled = 'general.enabled';
|
||||
static protected $internalServiceName = 'redis';
|
||||
protected static $internalServiceClass = '\OPNsense\Redis\Redis';
|
||||
protected static $internalServiceTemplate = 'OPNsense/Redis';
|
||||
protected static $internalServiceEnabled = 'general.enabled';
|
||||
protected static $internalServiceName = 'redis';
|
||||
}
|
||||
|
||||
+2
-2
@@ -32,6 +32,6 @@ use OPNsense\Base\ApiMutableModelControllerBase;
|
||||
|
||||
class SettingsController extends ApiMutableModelControllerBase
|
||||
{
|
||||
static protected $internalModelClass = '\OPNsense\Redis\Redis';
|
||||
static protected $internalModelName = 'redis';
|
||||
protected static $internalModelClass = '\OPNsense\Redis\Redis';
|
||||
protected static $internalModelName = 'redis';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user