mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
OpenVPN type fix, for https://github.com/opnsense/core/issues/2787
This commit is contained in:
parent
760300db52
commit
57bef4363f
@ -34,7 +34,10 @@ namespace OPNsense\OpenVPN;
|
||||
*/
|
||||
abstract class BaseExporter
|
||||
{
|
||||
var $config = array(); /* XXX make visibility not var */
|
||||
/**
|
||||
* @var array export config
|
||||
*/
|
||||
protected $config = array();
|
||||
|
||||
/**
|
||||
* @param array $conf configuration to use
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user