Skip to content

Commit 737a009

Browse files
committed
Merge branch 'DOCSP-50472-jsonSchema-method' of github.com:rustagir/laravel-mongodb into DOCSP-50472-jsonSchema-method
2 parents a6e72f5 + aa5e8cf commit 737a009

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/includes/schema-builder/flights_migration.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ public function up(): void
3232
'minimum' => 1000,
3333
'maximum' => 9999,
3434
'description' => 'requires the license_number field with an int value 1000-9999',
35-
]
36-
]
35+
],
36+
],
3737
],
38-
validationAction: 'error'
38+
validationAction: 'error',
3939
);
4040
});
4141
// end-json-schema

0 commit comments

Comments
 (0)