mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
src: style and whitespace sweep
This commit is contained in:
parent
1311dcbfcc
commit
1454f5daf3
@ -28,7 +28,6 @@
|
||||
*/
|
||||
namespace OPNsense\Base;
|
||||
|
||||
|
||||
/**
|
||||
* Class ApiControllerBase, inherit this class to implement API calls
|
||||
* @package OPNsense\Base
|
||||
|
||||
@ -215,5 +215,4 @@ class ControllerBase extends ControllerRoot
|
||||
// append ACL object to view
|
||||
$this->view->acl = new \OPNsense\Core\ACL();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -93,4 +93,4 @@ class ControllerRoot extends Controller
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -29,4 +29,4 @@
|
||||
<label>Reference</label>
|
||||
<type>info</type>
|
||||
</field>
|
||||
</form>
|
||||
</form>
|
||||
|
||||
@ -227,4 +227,3 @@ class RuleCache(object):
|
||||
result.append(record[0])
|
||||
|
||||
return sorted(result)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user