| Total Complexity | 2 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 33 | class Provider extends BaseProvider |
||
| 34 | { |
||
| 35 | /** |
||
| 36 | * Indicates the base path of the provider. |
||
| 37 | * |
||
| 38 | * For example, `__DIR__` |
||
| 39 | * |
||
| 40 | * @return string |
||
| 41 | */ |
||
| 42 | public function basePath(): string |
||
| 45 | } |
||
| 46 | |||
| 47 | /** |
||
| 48 | * @return \Helldar\Contracts\LangPublisher\Plugin[] |
||
| 49 | */ |
||
| 50 | public function plugins(): array |
||
| 65 |