We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bd038 commit 5dcfeafCopy full SHA for 5dcfeaf
src/Uecode/Bundle/ApiKeyBundle/Model/ApiKeyUser.php
@@ -18,7 +18,7 @@ class ApiKeyUser extends BaseUser implements UserInterface, AdvancedUserInterfac
18
/**
19
* @ORM\Column(name="api_key", type="string", length=255, nullable=true)
20
*/
21
- private $apiKey;
+ protected $apiKey;
22
23
public function __construct()
24
{
0 commit comments