Explorar o código

[tree] typo fix for odm mongodb tree listener class namespace

gediminasm %!s(int64=14) %!d(string=hai) anos
pai
achega
c437d98aa7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/Gedmo/Tree/ODM/MongoDB/TreeListener.php

+ 1 - 1
lib/Gedmo/Tree/ODM/MongoDB/TreeListener.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace Gedmo\Tree;
+namespace Gedmo\Tree\ODM\MongoDB;
 
 use Doctrine\ODM\MongoDB\Events,
     Doctrine\Common\EventArgs,