Skip to content

Commit

Permalink
update Doctrine MongoDB ODM Type class namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
iampersistent committed Jun 27, 2013
1 parent 9941e65 commit 959e810
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Expand Up @@ -11,7 +11,7 @@

namespace Dough\Doctrine\ODM\MongoDB\Type;

use Doctrine\ODM\MongoDB\Mapping\Types\Type;
use Doctrine\ODM\MongoDB\Types\Type;

class DoughCurrencyMoneyHashType extends Type
{
Expand Down
Expand Up @@ -11,7 +11,7 @@

namespace Dough\Doctrine\ODM\MongoDB\Type;

use Doctrine\ODM\MongoDB\Mapping\Types\Type;
use Doctrine\ODM\MongoDB\Types\Type;
use Dough\Money\MultiCurrencyMoney;

class DoughCurrencyMoneyType extends Type
Expand Down
2 changes: 1 addition & 1 deletion lib/Dough/Doctrine/ODM/MongoDB/Type/DoughMoneyHashType.php
Expand Up @@ -11,7 +11,7 @@

namespace Dough\Doctrine\ODM\MongoDB\Type;

use Doctrine\ODM\MongoDB\Mapping\Types\Type;
use Doctrine\ODM\MongoDB\Types\Type;

class DoughMoneyHashType extends Type
{
Expand Down
2 changes: 1 addition & 1 deletion lib/Dough/Doctrine/ODM/MongoDB/Type/DoughMoneyType.php
Expand Up @@ -11,7 +11,7 @@

namespace Dough\Doctrine\ODM\MongoDB\Type;

use Doctrine\ODM\MongoDB\Mapping\Types\Type;
use Doctrine\ODM\MongoDB\Types\Type;
use Dough\Money\Money;

class DoughMoneyType extends Type
Expand Down
@@ -1,6 +1,6 @@
<?php

use Doctrine\ODM\MongoDB\Mapping\Types\Type;
use Doctrine\ODM\MongoDB\Types\Type;
use Dough\Money\MultiCurrencyMoney;
use Dough\Doctrine\ODM\MongoDB\Type\DoughCurrencyMoneyHashType;

Expand Down
@@ -1,6 +1,6 @@
<?php

use Doctrine\ODM\MongoDB\Mapping\Types\Type;
use Doctrine\ODM\MongoDB\Types\Type;
use Dough\Money\Money;
use Dough\Doctrine\ODM\MongoDB\Type\DoughMoneyHashType;

Expand Down

0 comments on commit 959e810

Please sign in to comment.