7 lines
115 B
PHP
Executable File
7 lines
115 B
PHP
Executable File
<?php
|
|
|
|
function core_migrator_upgrade_plugin_version($name, $version){
|
|
$migrator = Migrator::getInstance();
|
|
}
|
|
|