We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ab4c3 commit 4a29526Copy full SHA for 4a29526
1 file changed
user_guide_src/source/concepts/factories/007.php
@@ -1,4 +1,4 @@
1
<?php
2
3
-$users = Factories::models('UserModel', ['getShared' => true]); // Default; will always be the same instance
+$users = Factories::models('UserModel', ['getShared' => true]); // Default; will always be the same instance
4
$other = Factories::models('UserModel', ['getShared' => false]); // Will always create a new instance
0 commit comments