mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
src: style sweep
This commit is contained in:
parent
4fc44b142c
commit
64f01f5427
@ -36,5 +36,5 @@ use OPNsense\Core\Config;
|
||||
*/
|
||||
class Local extends Base
|
||||
{
|
||||
/* we only need this class to access encrypt() and decrypt() */
|
||||
/* we only need this class to access encrypt() and decrypt() */
|
||||
}
|
||||
|
||||
@ -81,7 +81,7 @@ class Util
|
||||
* @return boolean
|
||||
* @throws \OPNsense\Base\ModelException
|
||||
*/
|
||||
public static function isAlias($name, $valid=false)
|
||||
public static function isAlias($name, $valid = false)
|
||||
{
|
||||
if (self::$aliasObject == null) {
|
||||
// Cache the alias object to avoid object creation overhead.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user