Skip to content

Commit

Permalink
consolesample coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-cat committed Jan 25, 2020
1 parent 7e261b9 commit ad4f8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/consolesample/consolesample.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]);

$user = new \ConfigCat\User("Some UserID",
"[email protected]", "Awesomnia", [ "version" => "1.0.0"]
"[email protected]", "Awesomnia", [ "version" => "1.0.0" ]
);

$value = $client->getValue('isPOCFeatureEnabled', false, $user);
Expand Down

0 comments on commit ad4f8f9

Please sign in to comment.