Skip to content

Commit 5fb5fcf

Browse files
committed
add versioning
1 parent 3f3bc48 commit 5fb5fcf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/eloquent-models/schema-builder.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ in the Laravel documentation.
117117
Implement Schema Validation
118118
---------------------------
119119

120-
You can use the ``jsonSchema()`` method to implement :manual:`schema
121-
validation </core/schema-validation/>` when using the following schema
122-
builder methods:
120+
Starting in {+odm-short+} v5.5, you can use the ``jsonSchema()`` method
121+
to implement :manual:`schema validation </core/schema-validation/>` when
122+
using the following schema builder methods:
123123

124124
- ``Schema::create()``: When creating a new collection
125125
- ``Schema::table()``: When updating collection properties

docs/query-builder.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,9 +1258,9 @@ operation updated or inserted.
12581258
Multiply and Divide Numerical Values Example
12591259
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12601260

1261-
You can perform multiplication and division operations on numerical
1262-
values by using the ``multiply()`` and ``divide()`` query builder
1263-
methods.
1261+
Starting in {+odm-short+} v5.5, you can perform multiplication and
1262+
division operations on numerical values by using the ``multiply()`` and
1263+
``divide()`` query builder methods.
12641264

12651265
The following example shows how to use the ``multiply()`` and
12661266
``divide()`` query builder methods to manipulate the values of the

0 commit comments

Comments
 (0)