Skip to content

Commit 9f6ac7f

Browse files
committed
Removed abstract
1 parent 75958e5 commit 9f6ac7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doctrine/PgvectorSetup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Doctrine\ORM\Configuration;
88
use Doctrine\ORM\EntityManager;
99

10-
abstract class PgvectorSetup
10+
class PgvectorSetup
1111
{
1212
public static function registerTypes(EntityManager $entityManager): void
1313
{

0 commit comments

Comments
 (0)