Skip to content

Commit dc5ad0e

Browse files
Add the call to the Doctrine UnitOfWork class
Why does we not have an `use Doctrine\ORM\UnitOfWork;` call in this class ? The UnitOfWork object is used as parameter in many methods of this class
1 parent 851b8be commit dc5ad0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Gedmo/Mapping/Event/AdapterInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Gedmo\Mapping\Event;
44

55
use Doctrine\Common\EventArgs;
6+
use Doctrine\ORM\UnitOfWork;
67

78
/**
89
* Doctrine event adapter interface is used

0 commit comments

Comments
 (0)