We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c45cb2 commit aa5e8cfCopy full SHA for aa5e8cf
docs/includes/schema-builder/flights_migration.php
@@ -32,10 +32,10 @@ public function up(): void
32
'minimum' => 1000,
33
'maximum' => 9999,
34
'description' => 'requires the license_number field with an int value 1000-9999',
35
- ]
36
+ ],
37
],
38
- validationAction: 'error'
+ validationAction: 'error',
39
);
40
});
41
// end-json-schema
0 commit comments