streams/Zotlabs/Update/_1202.php

17 lines
298 B
PHP
Raw Normal View History

<?php
namespace Zotlabs\Update;
2021-12-02 23:02:31 +00:00
class _1202
{
2021-12-02 23:02:31 +00:00
public function run()
{
2021-12-02 23:02:31 +00:00
// 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
2021-12-02 23:02:31 +00:00
return UPDATE_SUCCESS;
}
}