1
0
Fork 0
mirror of synced 2024-06-27 18:50:47 +12:00

Fixed response type

This commit is contained in:
Eldad Fux 2020-11-08 00:06:18 +02:00
parent 96b862b24b
commit b4787a4b60

View file

@ -36,7 +36,7 @@ class Locale extends Model
'example' => 'North America',
])
->addRule('eu', [
'type' => 'Boolean',
'type' => 'boolean',
'description' => 'True if country is part of the Europian Union.',
'default' => false,
'example' => false,