Skip to content

Commit 82f97b7

Browse files
committed
backporting to PHP 5.3
1 parent 970e2ce commit 82f97b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaunchDarkly/FeatureFlag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ class Prerequisite {
306306
/** @var int */
307307
private $_variation = null;
308308

309-
protected function __construct($key, $variation) {
309+
public function __construct($key, $variation) {
310310
$this->_key = $key;
311311
$this->_variation = $variation;
312312
}

0 commit comments

Comments
 (0)