Skip to content

Commit

Permalink
Import the Gedmo namespace in traits
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwan Richard committed Sep 11, 2014
1 parent fc56b46 commit 9ef0853
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Gedmo/Blameable/Traits/BlameableDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace Gedmo\Blameable\Traits;

use Gedmo\Mapping\Annotation as Gedmo;

/**
* Blameable Trait, usable with PHP >= 5.4
*
Expand Down
2 changes: 2 additions & 0 deletions lib/Gedmo/Blameable/Traits/BlameableEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace Gedmo\Blameable\Traits;

use Gedmo\Mapping\Annotation as Gedmo;

/**
* Blameable Trait, usable with PHP >= 5.4
*
Expand Down
2 changes: 2 additions & 0 deletions lib/Gedmo/IpTraceable/Traits/IpTraceableDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace Gedmo\IpTraceable\Traits;

use Gedmo\Mapping\Annotation as Gedmo;

/**
* IpTraceable Trait, usable with PHP >= 5.4
*
Expand Down
2 changes: 2 additions & 0 deletions lib/Gedmo/IpTraceable/Traits/IpTraceableEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace Gedmo\IpTraceable\Traits;

use Gedmo\Mapping\Annotation as Gedmo;

/**
* IpTraceable Trait, usable with PHP >= 5.4
*
Expand Down
2 changes: 2 additions & 0 deletions lib/Gedmo/Timestampable/Traits/TimestampableDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace Gedmo\Timestampable\Traits;

use Gedmo\Mapping\Annotation as Gedmo;

/**
* Timestampable Trait, usable with PHP >= 5.4
*
Expand Down
2 changes: 2 additions & 0 deletions lib/Gedmo/Timestampable/Traits/TimestampableEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace Gedmo\Timestampable\Traits;

use Gedmo\Mapping\Annotation as Gedmo;

/**
* Timestampable Trait, usable with PHP >= 5.4
*
Expand Down
2 changes: 2 additions & 0 deletions lib/Gedmo/Tree/Traits/NestedSetEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace Gedmo\Tree\Traits;

use Gedmo\Mapping\Annotation as Gedmo;

/**
* NestedSet Trait, usable with PHP >= 5.4
*
Expand Down

0 comments on commit 9ef0853

Please sign in to comment.