Skip to content

Commit 63133ef

Browse files
andreiaweaverryan
authored andcommitted
Fix table name
1 parent 22164fd commit 63133ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/entity_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ this:
670670
671671
.. code-block:: text
672672
673-
$ mysql> select * from acme_users;
673+
$ mysql> select * from acme_role;
674674
+----+-------+------------+
675675
| id | name | role |
676676
+----+-------+------------+

0 commit comments

Comments
 (0)