Skip to content

Commit

Permalink
Merge pull request #64 from fritzmg/patch-1
Browse files Browse the repository at this point in the history
Change MySQLPlatform class name
  • Loading branch information
m-vo authored Oct 21, 2024
2 parents 4354ada + bca037a commit 5e11e81
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 5e11e81

Please sign in to comment.