@@ -57,6 +57,7 @@ |
||
| 57 | 57 | * Class constructor |
| 58 | 58 | * @param AnnotatedInterface $model |
| 59 | 59 | * @param string $transformatorClass |
| 60 | + * @param ManganMeta $meta |
|
| 60 | 61 | */ |
| 61 | 62 | public function __construct(AnnotatedInterface $model, $transformatorClass = TransformatorInterface::class, $meta = null) |
| 62 | 63 | { |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | |
| 16 | 16 | use Maslosoft\Mangan\Interfaces\ActiveRecordInterface; |
| 17 | 17 | use Maslosoft\Mangan\Sanitizers\MongoObjectId; |
| 18 | -use Maslosoft\Mangan\Sanitizers\MongoStringId; |
|
| 19 | 18 | use Maslosoft\Mangan\Traits\CollectionNameTrait; |
| 20 | 19 | use Maslosoft\Mangan\Traits\EntityManagerTrait; |
| 21 | 20 | use Maslosoft\Mangan\Traits\FinderTrait; |