| 1 | <?php |
||
| 12 | class Module extends BaseModule |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * {@inheritdoc} |
||
| 16 | 3 | */ |
|
| 17 | public function getCachedServicesPath(): string |
||
| 21 | |||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | 3 | */ |
|
| 25 | public function registerProviders(): void |
||
| 30 | 2 | ||
| 31 | /** |
||
| 32 | 2 | * {@inheritdoc} |
|
| 33 | 2 | */ |
|
| 34 | 2 | public function registerAliases(): void |
|
| 41 | |||
| 42 | public function getLaravel() |
||
| 46 | |||
| 47 | public function enabled(): bool |
||
| 51 | |||
| 52 | public function disabled(): bool |
||
| 56 | } |
||
| 57 |