| 1 | <?php |
||
| 15 | class Install extends AbstractInstall |
||
| 16 | { |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @inheritdoc |
||
| 20 | */ |
||
| 21 | protected function getModule(): Module |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @inheritdoc |
||
| 28 | */ |
||
| 29 | protected function getProviderTableName(): string |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @inheritdoc |
||
| 36 | */ |
||
| 37 | protected function getIdentityTableName(): string |
||
| 41 | } |
||
| 42 |