| 1 | <?php |
||
| 13 | class m13_set_permissions extends \phpbb\db\migration\migration |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * {@inheritDoc} |
||
| 17 | */ |
||
| 18 | public static function depends_on() |
||
| 26 | |||
| 27 | /** |
||
| 28 | * {@inheritDoc} |
||
| 29 | */ |
||
| 30 | public function effectively_installed() |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @inheritDoc |
||
| 37 | */ |
||
| 38 | public function update_data() |
||
| 44 | |||
| 45 | public function update_permissions() |
||
| 50 | } |
||
| 51 |