13 lines
147 B
PHP
13 lines
147 B
PHP
<?php
|
|
/**
|
|
* @param Ps_accounts $module
|
|
*
|
|
* @return bool
|
|
*
|
|
* @throws Exception
|
|
*/
|
|
function upgrade_module_5_2_0($module)
|
|
{
|
|
return true;
|
|
}
|