| 1 | <?php |
||
| 9 | class Module extends BaseModule |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * {@inheritdoc} |
||
| 13 | 1 | */ |
|
| 14 | public function getCachedServicesPath(): string |
||
| 18 | |||
| 19 | /** |
||
| 20 | * {@inheritdoc} |
||
| 21 | */ |
||
| 22 | public function registerProviders(): void |
||
| 28 | |||
| 29 | /** |
||
| 30 | * {@inheritdoc} |
||
| 31 | */ |
||
| 32 | public function registerAliases(): void |
||
| 35 | |||
| 36 | public function getLaravel() |
||
| 40 | |||
| 41 | public function enabled(): bool |
||
| 45 | |||
| 46 | public function disabled(): bool |
||
| 50 | } |
||
| 51 |