File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/MediaStorage/Model/ResourceModel/File/Storage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ public function createDatabaseScheme()
92
92
$ connection = $ this ->getConnection ();
93
93
$ table = $ this ->getMainTable ();
94
94
if ($ connection ->isTableExists ($ table )) {
95
- $ this ->increaseLengthFilenameColumn ();
95
+ $ this ->increaseFilenameColumnLength ();
96
96
return $ this ;
97
97
}
98
98
@@ -182,7 +182,7 @@ private function createResourceConnection(?string $connectionName): AdapterInter
182
182
*
183
183
* @return void
184
184
*/
185
- private function increaseLengthFilenameColumn (): void
185
+ private function increaseFilenameColumnLength (): void
186
186
{
187
187
$ connection = $ this ->createResourceConnection ($ this ->connectionName );
188
188
$ table = $ this ->getMainTable ();
You can’t perform that action at this time.
0 commit comments