FIX: Make MySQLSchemaManager::shouldUseIntegerWidth() private

This commit is contained in:
Sergey Shevchenko 2021-11-15 22:56:33 +13:00
parent eb5dc731a8
commit 9e2d661689
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ class MySQLSchemaManager extends DBSchemaManager
protected static $_cache_collation_info = [];
public function shouldUseIntegerWidth()
private function shouldUseIntegerWidth()
{
// MySQL 8.0.17 stopped reporting the width attribute for integers
// https://github.com/silverstripe/silverstripe-framework/issues/9453