Skip to content

Commit

Permalink
Remove country flags
Browse files Browse the repository at this point in the history
  • Loading branch information
sampoyigi committed Jul 30, 2019
1 parent 6ddda74 commit 434b1b4
Show file tree
Hide file tree
Showing 261 changed files with 287 additions and 1,481 deletions.
1 change: 0 additions & 1 deletion app/system/controllers/Countries.php
Expand Up @@ -61,7 +61,6 @@ public function formValidate($model, $form)
['priority', 'lang:system::lang.countries.label_priority', 'required|integer'],
['iso_code_2', 'lang:system::lang.countries.label_iso_code2', 'required|string|size:2'],
['iso_code_3', 'lang:system::lang.countries.label_iso_code3', 'required|string|size:3'],
['flag', 'lang:system::lang.countries.label_flag', 'required'],
['format', 'lang:system::lang.countries.label_format', 'min:2'],
['status', 'lang:admin::lang.label_status', 'required|integer'],
];
Expand Down

0 comments on commit 434b1b4

Please sign in to comment.