Skip to content

Commit e31e5a8

Browse files
committed
Rename table to crud
1 parent 7dee171 commit e31e5a8

File tree

1 file changed

+1
-1
lines changed
  • src/PHPBenchmarks/BenchmarkBundle/Entity

1 file changed

+1
-1
lines changed

src/PHPBenchmarks/BenchmarkBundle/Entity/CRUD.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Doctrine\ORM\Mapping as ORM;
66

77
/**
8-
* @ORM\Table(name="bench_crud")
8+
* @ORM\Table(name="crud")
99
* @ORM\Entity
1010
*/
1111
class CRUD

0 commit comments

Comments
 (0)