| Total Complexity | 2 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 18 | class Provider extends BaseProvider |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Indicates the base path of the provider. |
||
| 22 | * |
||
| 23 | * For example, `__DIR__` |
||
| 24 | * |
||
| 25 | * @return string |
||
| 26 | */ |
||
| 27 | public function basePath(): string |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @return \Helldar\Contracts\LangPublisher\Plugin[] |
||
| 34 | */ |
||
| 35 | public function plugins(): array |
||
| 50 |