@@ -1,7 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | namespace Intraxia\Jaxion\Model; |
| 3 | 3 | |
| 4 | -use Intraxia\Jaxion\Utility\Str; |
|
| 5 | 4 | use stdClass; |
| 6 | 5 | use WP_Post; |
| 7 | 6 | |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | |
| 4 | 4 | use Intraxia\Jaxion\Axolotl\Relationship\Root as Relationship; |
| 5 | 5 | use Intraxia\Jaxion\Axolotl\Repository\AbstractRepository; |
| 6 | -use Intraxia\Jaxion\Axolotl\Repository\CustomTable as CustomTableRepository; |
|
| 7 | 6 | use Intraxia\Jaxion\Axolotl\Repository\WordPressPost as WordPressPostRepository; |
| 8 | 7 | use Intraxia\Jaxion\Axolotl\Repository\WordPressTerm as WordPressTermRepository; |
| 9 | 8 | use Intraxia\Jaxion\Contract\Axolotl\EntityManager as EntityManagerContract; |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | |
| 4 | 4 | use Intraxia\Jaxion\Axolotl\EntityManager; |
| 5 | 5 | use Intraxia\Jaxion\Axolotl\Model; |
| 6 | -use Intraxia\Jaxion\Contract\Axolotl\UsesWordPressPost; |
|
| 7 | 6 | use LogicException; |
| 8 | 7 | |
| 9 | 8 | /** |