Skip to content

Commit

Permalink
Switched to new juniwalk/orm package
Browse files Browse the repository at this point in the history
  • Loading branch information
juniwalk committed Dec 5, 2022
1 parent 2510445 commit 83ea37a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"require": {
"php": ">=8.1",
"doctrine/orm": "^2.0|^3.0",
"juniwalk/utils": ">=1.2.0"
"juniwalk/orm": "^0.1",
"juniwalk/utils": ">=2.0"
},

"suggest": {
Expand Down
4 changes: 2 additions & 2 deletions src/Entity/RecordRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
namespace JuniWalk\Nestor\Entity;

use Doctrine\ORM\EntityManagerInterface as EntityManager;
use JuniWalk\ORM\AbstractRepository;
use JuniWalk\ORM\Exceptions\EntityNotFoundException;
use JuniWalk\Nestor\Exceptions\RecordNotValidException;
use JuniWalk\Utils\Exceptions\EntityNotFoundException;
use JuniWalk\Utils\ORM\AbstractRepository;

abstract class RecordRepository extends AbstractRepository
{
Expand Down

0 comments on commit 83ea37a

Please sign in to comment.