| 1 | <?php |
||
| 13 | class m11_ad_owner_data extends \phpbb\db\migration\migration |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * {@inheritDoc} |
||
| 17 | */ |
||
| 18 | static public function depends_on() |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Add the UCP module and new permission |
||
| 29 | * |
||
| 30 | * @return array Array of data update instructions |
||
| 31 | */ |
||
| 32 | public function update_data() |
||
| 50 | } |
||
| 51 |