Skip to content

Commit d876789

Browse files
committed
Rename migration
1 parent 4a839f7 commit d876789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/move_site_icons.php renamed to migrations/setup_site_icons.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use phpbb\filesystem\exception\filesystem_exception;
1515
use phpbb\filesystem\filesystem;
1616

17-
class move_site_icons extends container_aware_migration
17+
class setup_site_icons extends container_aware_migration
1818
{
1919
private const NEW_ICON_DIR = 'images/site_icons';
2020
private const OLD_ICON_DIR = 'images/icons';

0 commit comments

Comments
 (0)