Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.2.0-BETA2
-
Component/s: Documentation
-
Labels:None
-
Environment:N/A
Description
in the code example for "One-to-one" relation, the "one-to-one" relation is built by extending the BaseUser instead of adding 'foreignType' => 'one' to the setUp.
if done this way, the next Tip and Note have to be rewritten, and the next code example becomes unnecessary.
an attempt at it is attached.