1
0
Fork 0
mirror of synced 2024-10-03 19:53:33 +13:00

Merge pull request #4669 from eltociear/patch-2

Fix typo in Model/Locale.php
This commit is contained in:
Christy Jacob 2023-01-26 16:01:31 +05:30 committed by GitHub
commit 860542deae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ class Locale extends Model
]) ])
->addRule('eu', [ ->addRule('eu', [
'type' => self::TYPE_BOOLEAN, 'type' => self::TYPE_BOOLEAN,
'description' => 'True if country is part of the Europian Union.', 'description' => 'True if country is part of the European Union.',
'default' => false, 'default' => false,
'example' => false, 'example' => false,
]) ])