Skip to content

Commit 8dd0978

Browse files
committed
update : refactor app structure
1 parent 1172877 commit 8dd0978

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Support/CountryFactoryTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ protected function makeCountry(
1919
string $currencyName = 'Euro',
2020
string $phoneCode = '33',
2121
string $tld = '.fr'
22-
): CountryInfoInfo {
22+
): CountryInfo {
2323
return CountryInfo::fromDatabaseRow([
2424
'alpha2' => $alpha2,
2525
'alpha3' => $alpha3,

0 commit comments

Comments
 (0)