Skip to content

Commit

Permalink
Change MySQLPlatform class name
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg authored Oct 21, 2024
1 parent 4354ada commit bca037a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $GLOBALS['TL_DCA']['tl_content']['fields']['my_group'] = [
// store serialized into a blob (default storage backend)
'sql' => [
'type' => 'blob',
'length' => \Doctrine\DBAL\Platforms\MySqlPlatform::LENGTH_LIMIT_BLOB,
'length' => \Doctrine\DBAL\Platforms\MySQLPlatform::LENGTH_LIMIT_BLOB,
'notnull' => false,
],
];
Expand Down

0 comments on commit bca037a

Please sign in to comment.