forgot static
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user