11 lines
179 B
PHP
11 lines
179 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Blocksy\DbVersioning;
|
||
|
|
|
||
|
|
class V2070 {
|
||
|
|
public function migrate() {
|
||
|
|
$cleaner = new DefaultValuesCleaner();
|
||
|
|
$cleaner->clean_whole_customizer_recursively();
|
||
|
|
}
|
||
|
|
}
|