streams/Zotlabs/Update/_1202.php
2021-12-03 10:02:31 +11:00

17 lines
299 B
PHP

<?php
namespace Zotlabs\Update;
class _1202
{
public function run()
{
// empty update in order to make the DB_UPDATE_VERSION equal to the current maximum update function
// rather than being one greater than the last known update
return UPDATE_SUCCESS;
}
}