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()
9292 $ connection = $ this ->getConnection ();
9393 $ table = $ this ->getMainTable ();
9494 if ($ connection ->isTableExists ($ table )) {
95- $ this ->increaseLengthFilenameColumn ();
95+ $ this ->increaseFilenameColumnLength ();
9696 return $ this ;
9797 }
9898
@@ -182,7 +182,7 @@ private function createResourceConnection(?string $connectionName): AdapterInter
182182 *
183183 * @return void
184184 */
185- private function increaseLengthFilenameColumn (): void
185+ private function increaseFilenameColumnLength (): void
186186 {
187187 $ connection = $ this ->createResourceConnection ($ this ->connectionName );
188188 $ table = $ this ->getMainTable ();
You can’t perform that action at this time.
0 commit comments