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 43ac136 commit b3d7a0bCopy full SHA for b3d7a0b
src/RefetchManager.php
@@ -20,7 +20,7 @@
20
use Doctrine\ORM\Utility\IdentifierFlattener;
21
use Ecommit\DoctrineOrmRefetch\Exception\EntityNotFoundException;
22
23
-class RefetchManager
+final class RefetchManager
24
{
25
/**
26
* @var EntityManagerInterface
src/SnapshotManager.php
@@ -16,7 +16,7 @@
16
use Doctrine\ORM\EntityManagerInterface;
17
use Ecommit\DoctrineOrmRefetch\Exception\SnapshotNotDoneException;
18
19
-class SnapshotManager
+final class SnapshotManager
0 commit comments