forgot static

master
Guillermo Dev 7 years ago
parent f1e289ea26
commit 89da04e1db

@ -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)
{

Loading…
Cancel
Save