We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f0188 commit 6503dfcCopy full SHA for 6503dfc
tests/PackageTest.php
@@ -19,7 +19,6 @@
19
$model->flexy->a = 'a';
20
$model->save();
21
22
-
23
expect(FlyModel::of('deck1')->find($model->id)->flexy->a)
24
->toBe('a');
25
0 commit comments