Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Database/Seeders/Countries/AL_Albania.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function run()
$this->independence_day = '1912-11-28'; // Date of Independence

// List international organizations the country is part of
$this->international_organizations = ['United Nations', 'NATO', 'Council of Europe', 'WTO', 'OSCE'];
$this->international_organizations = ['United Nations', 'NATO', 'Council of Europe', 'WTO', 'OSCE', 'European Union candidate'];

// Set the GDP in billions of USD
$this->gdp = 15.28; // GDP in billions of USD
Expand Down
2 changes: 1 addition & 1 deletion src/Database/Seeders/Countries/AT_Austria.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function run()
$this->independence_day = '1955-10-26'; // Date of the Declaration of Neutrality

// List international organizations the country is part of
$this->international_organizations = ['United Nations', 'European Union', 'Schengen Area', 'Eurozone', 'OECD', 'OSCE'];
$this->international_organizations = ['United Nations', 'European Union', 'Schengen Area', 'Eurozone', 'OECD', 'OSCE', 'European Economic Area (EEA)'];

// Set the GDP in billions of USD
$this->gdp = 455.3; // GDP in billions of USD
Expand Down
1 change: 1 addition & 0 deletions src/Database/Seeders/Countries/BA_BosniaandHerzegovina.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ public function run()
'OSCE',
'CEFTA',
'Partnership for Peace',
'European Union candidate',
];

// Set the GDP in billions of USD
Expand Down
1 change: 1 addition & 0 deletions src/Database/Seeders/Countries/BE_Belgium.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public function run()
'Schengen Area',
'Eurozone',
'Benelux',
'European Economic Area (EEA)',
];

// Set the GDP in billions of USD
Expand Down
4 changes: 3 additions & 1 deletion src/Database/Seeders/Countries/BG_Bulgaria.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,13 @@ public function run()
// List international organizations the country is part of
$this->international_organizations = [
'United Nations',
'European Union',
'European Union (EU)',
'NATO',
'Council of Europe',
'OSCE',
'WTO',
'Schengen Area',
'European Economic Area (EEA)',
];

// Set the GDP in billions of USD
Expand Down
1 change: 1 addition & 0 deletions src/Database/Seeders/Countries/CH_Switzerland.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public function run()
'World Health Organization (WHO)',
'Organisation internationale de la Francophonie',
'Council of Europe',
'Schengen Area',
];

// Set the GDP in billions of USD
Expand Down
1 change: 1 addition & 0 deletions src/Database/Seeders/Countries/CY_Cyprus.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ public function run()
'International Monetary Fund (IMF)',
'World Health Organization (WHO)',
'Commonwealth of Nations',
'European Economic Area (EEA)',
];

// Set the GDP in billions of USD
Expand Down
1 change: 1 addition & 0 deletions src/Database/Seeders/Countries/CZ_CzechRepublic.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public function run()
'World Health Organization (WHO)',
'NATO',
'Schengen Area',
'European Economic Area (EEA)',
];

// Set the GDP in billions of USD
Expand Down
2 changes: 2 additions & 0 deletions src/Database/Seeders/Countries/DE_Germany.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ public function run()
'NATO',
'G7',
'G20',
'Schengen Area',
'European Economic Area (EEA)',
];

// Set the GDP in billions of USD
Expand Down
1 change: 1 addition & 0 deletions src/Database/Seeders/Countries/DK_Denmark.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ public function run()
'NATO',
'Schengen Area',
'Nordic Council',
'European Economic Area (EEA)',
];

// Set the GDP in billions of USD
Expand Down
1 change: 1 addition & 0 deletions src/Database/Seeders/Countries/EE_Estonia.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ public function run()
'World Health Organization (WHO)',
'Schengen Area',
'Eurozone',
'European Economic Area (EEA)',
];

// Set the GDP in billions of USD
Expand Down
1 change: 1 addition & 0 deletions src/Database/Seeders/Countries/FI_Finland.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ public function run()
'World Health Organization (WHO)',
'Schengen Area',
'Eurozone',
'European Economic Area (EEA)',
];

// Set the GDP in billions of USD
Expand Down
1 change: 1 addition & 0 deletions src/Database/Seeders/Countries/FR_France.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ public function run()
'World Health Organization (WHO)',
'Schengen Area',
'Eurozone',
'European Economic Area (EEA)',
];

// Set the GDP in billions of USD
Expand Down
1 change: 1 addition & 0 deletions src/Database/Seeders/Countries/GE_Georgia.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public function run()
'International Monetary Fund (IMF)',
'World Health Organization (WHO)',
'GUAM Organization for Democracy and Economic Development',
'European Union candidate',
];

// Set the GDP in billions of USD
Expand Down
2 changes: 2 additions & 0 deletions src/Database/Seeders/Countries/GR_Greece.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ public function run()
'International Monetary Fund (IMF)',
'World Health Organization (WHO)',
'Organization for Security and Co-operation in Europe (OSCE)',
'Schengen Area',
'European Economic Area (EEA)',
];

// Set the GDP in billions of USD
Expand Down
2 changes: 2 additions & 0 deletions src/Database/Seeders/Countries/HR_Croatia.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ public function run()
'World Health Organization (WHO)',
'Council of Europe',
'Organization for Security and Co-operation in Europe (OSCE)',
'Schengen Area',
'European Economic Area (EEA)',
];

// Set the GDP in billions of USD
Expand Down
2 changes: 2 additions & 0 deletions src/Database/Seeders/Countries/HU_Hungary.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ public function run()
'World Health Organization (WHO)',
'Council of Europe',
'Visegrád Group',
'Schengen Area',
'European Economic Area (EEA)',
];

// Set the GDP in billions of USD
Expand Down
1 change: 1 addition & 0 deletions src/Database/Seeders/Countries/IE_Ireland.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ public function run()
'World Health Organization (WHO)',
'Council of Europe',
'Organization for Security and Co-operation in Europe (OSCE)',
'European Economic Area (EEA)',
];

// Set the GDP in billions of USD
Expand Down
2 changes: 2 additions & 0 deletions src/Database/Seeders/Countries/IS_Iceland.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ public function run()
'World Trade Organization (WTO)',
'International Monetary Fund (IMF)',
'World Health Organization (WHO)',
'Schengen Area',
'European Economic Area (EEA)',
];

// Set the GDP in billions of USD
Expand Down
2 changes: 2 additions & 0 deletions src/Database/Seeders/Countries/IT_Italy.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ public function run()
'International Monetary Fund (IMF)',
'World Health Organization (WHO)',
'Council of Europe',
'Schengen Area',
'European Economic Area (EEA)',
];

// Set the GDP in billions of USD
Expand Down
1 change: 1 addition & 0 deletions src/Database/Seeders/Countries/LI_Liechtenstein.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ public function run()
'Schengen Area',
'Council of Europe',
'Organization for Security and Co-operation in Europe (OSCE)',
'European Economic Area (EEA)',
];

// Set the GDP in billions of USD
Expand Down
1 change: 1 addition & 0 deletions src/Database/Seeders/Countries/LV_Latvia.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public function run()
'World Health Organization (WHO)',
'Council of Europe',
'Organization for Security and Co-operation in Europe (OSCE)',
'European Economic Area (EEA)',
];

// Set the GDP in billions of USD
Expand Down
1 change: 1 addition & 0 deletions src/Database/Seeders/Countries/MD_Moldova.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public function run()
'International Monetary Fund (IMF)',
'World Health Organization (WHO)',
'Commonwealth of Independent States (CIS)',
'European Union candidate',
];

// Set the GDP in billions of USD
Expand Down
1 change: 1 addition & 0 deletions src/Database/Seeders/Countries/ME_Montenegro.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public function run()
'World Health Organization (WHO)',
'Council of Europe',
'Organization for Security and Co-operation in Europe (OSCE)',
'European Union candidate',
];

// Set the GDP in billions of USD
Expand Down
1 change: 1 addition & 0 deletions src/Database/Seeders/Countries/MK_Macedonia.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public function run()
'International Monetary Fund (IMF)',
'World Trade Organization (WTO)',
'Organization for Security and Co-operation in Europe (OSCE)',
'European Union candidate',
];

// Set the GDP in billions of USD
Expand Down
3 changes: 2 additions & 1 deletion src/Database/Seeders/Countries/MT_Malta.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,12 @@ public function run()
// List international organizations the country is part of
$this->international_organizations = [
'United Nations',
'European Union',
'European Union (EU)',
'World Trade Organization (WTO)',
'International Monetary Fund (IMF)',
'World Health Organization (WHO)',
'Commonwealth of Nations',
'Schengen Area',
];

// Set the GDP in billions of USD
Expand Down
2 changes: 2 additions & 0 deletions src/Database/Seeders/Countries/NL_Netherlands.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ public function run()
'International Monetary Fund (IMF)',
'World Health Organization (WHO)',
'Organisation for Economic Co-operation and Development (OECD)',
'Schengen Area',
'European Economic Area (EEA)',
];

// Set the GDP in billions of USD
Expand Down
1 change: 1 addition & 0 deletions src/Database/Seeders/Countries/NO_Norway.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public function run()
'International Monetary Fund (IMF)',
'World Health Organization (WHO)',
'Organisation for Economic Co-operation and Development (OECD)',
'Schengen Area',
];

// Set the GDP in billions of USD
Expand Down
2 changes: 1 addition & 1 deletion src/Database/Seeders/Countries/RE_Reunion.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function run()

// List international organizations the country is part of
$this->international_organizations = [
'European Union (EU)',
'European Union (as an overseas territory of France)',
'United Nations (as part of France)',
];

Expand Down
2 changes: 1 addition & 1 deletion src/Database/Seeders/Countries/RO_Romania.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function run()
'North Atlantic Treaty Organization (NATO)',
'World Trade Organization (WTO)',
'International Monetary Fund (IMF)',
'Schengen Area (candidate)',
'Schengen Area',
];

// Set the GDP in billions of USD
Expand Down
1 change: 1 addition & 0 deletions src/Database/Seeders/Countries/RS_Serbia.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public function run()
'Organization for Security and Cooperation in Europe (OSCE)',
'World Trade Organization (WTO)',
'International Monetary Fund (IMF)',
'European Union candidate',
];

// Set the GDP in billions of USD
Expand Down
1 change: 1 addition & 0 deletions src/Database/Seeders/Countries/TR_Turkey.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ public function run()
'World Trade Organization (WTO)',
'Organisation for Economic Co-operation and Development (OECD)',
'Organization of Islamic Cooperation (OIC)',
'European Union candidate',
];

// Set the GDP in billions of USD
Expand Down
1 change: 1 addition & 0 deletions src/Database/Seeders/Countries/UA_Ukraine.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ public function run()
'World Trade Organization (WTO)',
'Council of Europe',
'Organization for Security and Co-operation in Europe (OSCE)',
'European Union candidate',
];

// Set the GDP in billions of USD
Expand Down