Skip to content

Commit

Permalink
Moved Arrays util to separate repository
Browse files Browse the repository at this point in the history
  • Loading branch information
juniwalk committed Jun 10, 2022
1 parent 3f36bb2 commit 714a1d4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 56 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": ">=8.0",
"doctrine/orm": "^2.0|^3.0",
"nette/utils": "^3.0"
"juniwalk/utils": "^3.0"
},

"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion src/Entity/Record.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

use DateTime;
use Doctrine\ORM\Mapping as ORM;
use JuniWalk\Nestor\Utils\Arrays;
use JuniWalk\Utils\Arrays;
use Nette\Utils\Json;

/**
Expand Down
54 changes: 0 additions & 54 deletions src/Utils/Arrays.php

This file was deleted.

0 comments on commit 714a1d4

Please sign in to comment.