From ad7b53c7a5742104af2bbf0302e519eb0f1a43f3 Mon Sep 17 00:00:00 2001 From: M_A_X_NSK Date: Wed, 12 Jan 2022 18:20:46 +0700 Subject: [PATCH] Fixed 404 links --- config/doctrine.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/doctrine.php b/config/doctrine.php index 38f1885a..b0947fe0 100644 --- a/config/doctrine.php +++ b/config/doctrine.php @@ -68,11 +68,11 @@ | }); | | References: - | http://doctrine-orm.readthedocs.org/en/latest/cookbook/custom-mapping-types.html - | http://doctrine-dbal.readthedocs.org/en/latest/reference/types.html#custom-mapping-types - | http://doctrine-orm.readthedocs.org/en/latest/cookbook/advanced-field-value-conversion-using-custom-mapping-types.html - | http://doctrine-orm.readthedocs.org/en/latest/reference/basic-mapping.html#reference-mapping-types - | http://symfony.com/doc/current/cookbook/doctrine/dbal.html#registering-custom-mapping-types-in-the-schematool + | https://www.doctrine-project.org/projects/doctrine-orm/en/current/cookbook/custom-mapping-types.html + | https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/types.html#custom-mapping-types + | https://www.doctrine-project.org/projects/doctrine-orm/en/current/cookbook/advanced-field-value-conversion-using-custom-mapping-types.html + | https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/basic-mapping.html + | https://symfony.com/doc/current/doctrine/dbal.html#registering-custom-mapping-types-in-the-schematool |-------------------------------------------------------------------------- */ 'mapping_types' => [