@@ -95,7 +95,7 @@ button to see the data created by running the code:
95
95
96
96
.. io-code-block::
97
97
98
- .. input:: /includes/eloquent-models/relationships/RelationshipController .php
98
+ .. input:: /includes/eloquent-models/relationships/RelationshipsExamplesTest .php
99
99
:language: php
100
100
:dedent:
101
101
:start-after: begin one-to-one save
@@ -125,7 +125,7 @@ button to see the data created by running the code:
125
125
The following sample code shows how to access the related models by using
126
126
the dynamic properties as defined in the example classes:
127
127
128
- .. literalinclude:: /includes/eloquent-models/relationships/RelationshipController .php
128
+ .. literalinclude:: /includes/eloquent-models/relationships/RelationshipsExamplesTest .php
129
129
:language: php
130
130
:dedent:
131
131
:start-after: begin planet orbit dynamic property example
@@ -180,7 +180,7 @@ button to see the data created by running the code:
180
180
181
181
.. io-code-block::
182
182
183
- .. input:: /includes/eloquent-models/relationships/RelationshipController .php
183
+ .. input:: /includes/eloquent-models/relationships/RelationshipsExamplesTest .php
184
184
:language: php
185
185
:dedent:
186
186
:start-after: begin one-to-many save
@@ -219,7 +219,7 @@ button to see the data created by running the code:
219
219
The following sample code shows how to access the related models by using
220
220
the dynamic properties as defined in the example classes.
221
221
222
- .. literalinclude:: /includes/eloquent-models/relationships/RelationshipController .php
222
+ .. literalinclude:: /includes/eloquent-models/relationships/RelationshipsExamplesTest .php
223
223
:language: php
224
224
:dedent:
225
225
:start-after: begin planet moons dynamic property example
@@ -280,7 +280,7 @@ button to see the data created by running the code:
280
280
281
281
.. io-code-block::
282
282
283
- .. input:: /includes/eloquent-models/relationships/RelationshipController .php
283
+ .. input:: /includes/eloquent-models/relationships/RelationshipsExamplesTest .php
284
284
:language: php
285
285
:dedent:
286
286
:start-after: begin many-to-many save
@@ -345,7 +345,7 @@ button to see the data created by running the code:
345
345
The following sample code shows how to access the related models by using
346
346
the dynamic properties as defined in the example classes.
347
347
348
- .. literalinclude:: /includes/eloquent-models/relationships/RelationshipController .php
348
+ .. literalinclude:: /includes/eloquent-models/relationships/RelationshipsExamplesTest .php
349
349
:language: php
350
350
:dedent:
351
351
:start-after: begin many-to-many dynamic property example
@@ -410,7 +410,7 @@ running the code:
410
410
411
411
.. io-code-block::
412
412
413
- .. input:: /includes/eloquent-models/relationships/RelationshipController .php
413
+ .. input:: /includes/eloquent-models/relationships/RelationshipsExamplesTest .php
414
414
:language: php
415
415
:dedent:
416
416
:start-after: begin embedsMany save
@@ -501,7 +501,7 @@ to see the data created by running the code:
501
501
502
502
.. io-code-block::
503
503
504
- .. input:: /includes/eloquent-models/relationships/RelationshipController .php
504
+ .. input:: /includes/eloquent-models/relationships/RelationshipsExamplesTest .php
505
505
:language: php
506
506
:dedent:
507
507
:start-after: begin cross-database save
0 commit comments