Skip to content

Commit 5dcfeaf

Browse files
committed
Updating entity
1 parent 39bd038 commit 5dcfeaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Uecode/Bundle/ApiKeyBundle/Model/ApiKeyUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ApiKeyUser extends BaseUser implements UserInterface, AdvancedUserInterfac
1818
/**
1919
* @ORM\Column(name="api_key", type="string", length=255, nullable=true)
2020
*/
21-
private $apiKey;
21+
protected $apiKey;
2222

2323
public function __construct()
2424
{

0 commit comments

Comments
 (0)