File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ vendor/bin/pest
Original file line number Diff line number Diff line change 1717 ],
1818 "require" : {
1919 "php" : " ^8.2" ,
20- "aurorawebsoftware/flexyfield" : " ^1.6.2 " ,
20+ "aurorawebsoftware/flexyfield" : " ^1.6.3 " ,
2121 "illuminate/contracts" : " ^10.0||^11.0" ,
2222 "spatie/laravel-package-tools" : " ^1.16"
2323 },
2424 "require-dev" : {
25+ "laradumps/laradumps-core" : " ^2.0" ,
26+ "larastan/larastan" : " ^2.9" ,
2527 "laravel/pint" : " ^1.14" ,
2628 "nunomaduro/collision" : " ^8.1.1||^7.10.0" ,
27- "larastan/larastan" : " ^2.9" ,
2829 "orchestra/testbench" : " ^9.0.0||^8.22.0" ,
2930 "pestphp/pest" : " ^2.34" ,
3031 "pestphp/pest-plugin-arch" : " ^2.7" ,
Original file line number Diff line number Diff line change 1919 $ model ->flexy ->a = 'a ' ;
2020 $ model ->save ();
2121
22+
2223 expect (FlyModel::of ('deck1 ' )->find ($ model ->id )->flexy ->a )
2324 ->toBe ('a ' );
2425
You can’t perform that action at this time.
0 commit comments