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 f60dec5 commit bce3991Copy full SHA for bce3991
src/Entity/Session.php
@@ -18,7 +18,7 @@ class Session implements SessionInterface
18
/**
19
* @ORM\Column(type="string")
20
* @ORM\Id
21
- * @ORM\GeneratedValue(strategy="CUSTOM")
+ * @ORM\GeneratedValue(strategy="NONE")
22
*
23
* @var string
24
*/
0 commit comments