1 | <?php declare(strict_types = 1); |
||
24 | class LumenServiceProvider extends LaravelServiceProvider |
||
25 | 1 | { |
|
26 | /** @noinspection PhpMissingParentCallCommonInspection */ |
||
27 | protected function registerPublishConfig(): void |
||
31 | |||
32 | /** |
||
33 | 1 | * @inheritdoc |
|
34 | */ |
||
35 | protected function configureCorsAnalyzer(): void |
||
42 | } |
||
43 |