src: style sweep

This commit is contained in:
Franco Fichtner
2019-01-14 09:04:33 +01:00
parent 39b8dd4556
commit 4ff026076a
88 changed files with 219 additions and 219 deletions
@@ -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';
}
@@ -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';
}