Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
13 | class PackageConfig extends \ByTIC\PackageBase\Utility\PackageConfig |
||
14 | { |
||
15 | use SingletonTrait; |
||
16 | |||
17 | protected $name = MoneyServiceProvider::NAME; |
||
18 | |||
19 | public static function configPath(): string |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * @return string|null |
||
26 | * @throws Exception |
||
27 | */ |
||
28 | public static function defaultCurrency($default = null): ?string |
||
33 |