1 | <?php |
||
16 | class m5_remove_sites extends \phpbb\db\migration\container_aware_migration |
||
17 | { |
||
18 | public static function depends_on() |
||
22 | |||
23 | public function update_data() |
||
29 | |||
30 | /** |
||
31 | * Compare the sites currently stored in the config_text with the sites |
||
32 | * currently available in MediaEmbed. Remove any sites in config_text that |
||
33 | * are not found in MediaEmbed (which means they have been removed from it). |
||
34 | * |
||
35 | * @return string |
||
36 | */ |
||
37 | public function remove_sites() |
||
47 | } |
||
48 |