| Total Complexity | 3 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 5 | class Geonames extends Table |
||
| 6 | { |
||
| 7 | 7 | public function getTemplateNameRoot(): string |
|
| 8 | { |
||
| 9 | 7 | return 'create_geonames_table'; |
|
| 10 | } |
||
| 11 | |||
| 12 | 6 | public function getTableNameRoot(): string |
|
| 13 | { |
||
| 14 | 6 | return config('geonames.database.tables.geonames'); |
|
| 15 | } |
||
| 16 | |||
| 17 | 2 | protected function orderedColumnsListToLoad(): array |
|
| 39 | ]; |
||
| 40 | } |
||
| 41 | } |
||
| 42 |