Skip to content

Commit

Permalink
Added Frankfurt server
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Djerbouh <13698160+CaddyDz@users.noreply.github.com>
  • Loading branch information
CaddyDz committed Jun 30, 2023
1 parent 77ad2a0 commit 604f322
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Requests/OrderRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function rules(): array
'purchase' => 'required|string|min:3|max:100',
'service' => 'required|string|in:Division Boosting,Ranked Win Boosting,Duo Queue Boosting,Placement Boosting,Champion Mastery,Clash Boosting,Normal matches,Account leveling,Rank Boosting,Placement Matches,Competitive Win Boosting,Valorant Unrated Matches,Ranked Win Boosting,Rank Boosting,Placement Matches,Normal Matches',
'nickname' => 'required|string|min:3|max:16',
'server' => 'required|string|in:North America,EU-West,EU-Nordic & East,Turkey,Russia,Brazil,Latin America North,Latin America South,Oceania,PBE',
'server' => 'required|string|in:Frankfurt,North America,EU-West,EU-Nordic & East,Turkey,Russia,Brazil,Latin America North,Latin America South,Oceania,PBE',
'options' => 'nullable|array',
'comment' => 'nullable|string|min:3|max:1000'
];
Expand Down
1 change: 1 addition & 0 deletions database/seeders/ServerSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
class ServerSeeder extends Seeder
{
private array $servers = [
"Frankfurt",
"North America",
"EU-West",
"EU-Nordic & East",
Expand Down
1 change: 1 addition & 0 deletions frontend/assets/js/servers.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export default [
"Frankfurt",
"North America",
"EU-West",
"EU-Nordic & East",
Expand Down

0 comments on commit 604f322

Please sign in to comment.