File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 108
108
|--------------------------------------------------------------------------
109
109
*/
110
110
'custom_types ' => [
111
- 'json ' => LaravelDoctrine \ORM \Types \Json::class
112
111
],
113
112
/*
114
113
|--------------------------------------------------------------------------
Original file line number Diff line number Diff line change 14
14
* \Doctrine\DBAL\Types\Type::addType('json', '\Path\To\Custom\Type\Json');
15
15
* @link http://www.doctrine-project.org/jira/browse/DBAL-446
16
16
* @link https://github.com/doctrine/dbal/pull/655
17
+ *
18
+ * @deprecated Replaced by JsonType in Doctrine.
19
+ * You can safely remove usage of this type in your 'custom_type' configuration.
17
20
*/
18
21
class Json extends JsonArrayType
19
22
{
You can’t perform that action at this time.
0 commit comments