forgot static
This commit is contained in:
@@ -6,7 +6,8 @@ namespace Bsr\Utils\WhichEnv;
|
|||||||
* based on a cutom rule
|
* based on a cutom rule
|
||||||
*/
|
*/
|
||||||
class WhichEnv {
|
class WhichEnv {
|
||||||
private $rule;
|
|
||||||
|
static private $rule;
|
||||||
|
|
||||||
static public function registerRule(WhichEnvRuleInterface $rule)
|
static public function registerRule(WhichEnvRuleInterface $rule)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user