Total Complexity | 4 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | class m3_acp_data extends \phpbb\db\migration\migration |
||
14 | { |
||
15 | public function effectively_installed() |
||
16 | { |
||
17 | return $this->config->offsetExists('ideas_forum_id') || $this->config->offsetExists('ideas_poster_id'); |
||
18 | } |
||
19 | |||
20 | public static function depends_on() |
||
23 | } |
||
24 | |||
25 | public function update_data() |
||
38 | ); |
||
39 | } |
||
41 |