mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-02 09:14:48 +02:00
Moved doctrine custom type definitions to Doctrine\Types namespace
This commit is contained in:
parent
e60f0f0571
commit
f62937096f
3 changed files with 5 additions and 5 deletions
|
@ -18,7 +18,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
namespace App\Helpers;
|
||||
namespace App\Doctrine\Types;
|
||||
|
||||
use Brick\Math\BigDecimal;
|
||||
use Brick\Math\BigNumber;
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Helpers;
|
||||
namespace App\Doctrine\Types;
|
||||
|
||||
use DateTime;
|
||||
use DateTimeZone;
|
Loading…
Add table
Add a link
Reference in a new issue