blob: c127973779a3dd7d5247a7da26d5a31418c048a1 (
plain) (
tree)
|
|
<?php
namespace Zotlabs\Update;
class _1201 {
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;
}
}
|