streams/Code/Update/_1202.php

17 lines
295 B
PHP
Raw Normal View History

<?php
2022-02-16 04:08:28 +00:00
namespace Code\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;
}
}