| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 5 | class Postalcodes extends Table |
||
| 6 | { |
||
| 7 | protected $defaultDataFilePathPrefix = 'postal_codes/'; |
||
| 8 | |||
| 9 | 4 | public function getTemplateNameRoot(): string |
|
| 12 | } |
||
| 13 | |||
| 14 | 4 | public function getTableNameRoot(): string |
|
| 15 | { |
||
| 16 | 4 | return config('geonames.database.tables.postalcodes'); |
|
| 17 | } |
||
| 18 | |||
| 19 | 2 | protected function orderedColumnsListToLoad(): array |
|
| 34 | ]; |
||
| 35 | } |
||
| 37 |