forgot static

This commit is contained in:
Guillermo Dev
2018-12-04 14:05:27 +01:00
parent ac7d6d9379
commit 2664f6261c

View File

@@ -6,7 +6,8 @@ namespace Bsr\Utils\WhichEnv;
* based on a cutom rule
*/
class WhichEnv {
private $rule;
static private $rule;
static public function registerRule(WhichEnvRuleInterface $rule)
{