Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b8498bb

Browse filesBrowse files
committed
bug #12454 Update guard_authentication.rst (orangevinz)
This PR was merged into the 4.3 branch. Discussion ---------- Update guard_authentication.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 6dc1027 Update guard_authentication.rst
2 parents 1775132 + 6dc1027 commit b8498bb
Copy full SHA for b8498bb

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎security/guard_authentication.rst

Copy file name to clipboardExpand all lines: security/guard_authentication.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ directly to your ``User`` class (the ``make:entity`` command is a good way to do
3838
// ...
3939
4040
+ /**
41-
+ * @ORM\Column(type="string", unique=true)
41+
+ * @ORM\Column(type="string", unique=true, nullable=true)
4242
+ */
4343
+ private $apiToken;
4444

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.