Skip to content

Commit bce3991

Browse files
authored
Set strategy to none
1 parent f60dec5 commit bce3991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entity/Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Session implements SessionInterface
1818
/**
1919
* @ORM\Column(type="string")
2020
* @ORM\Id
21-
* @ORM\GeneratedValue(strategy="CUSTOM")
21+
* @ORM\GeneratedValue(strategy="NONE")
2222
*
2323
* @var string
2424
*/

0 commit comments

Comments
 (0)