File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 162162 },
163163 "minimum-stability" : " dev" ,
164164 "prefer-stable" : true ,
165- "version" : " 5.1.8 "
165+ "version" : " 5.1.9 "
166166}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class Fluent extends \Illuminate\Support\Fluent
1616 * @param array<string, mixed> $attributes
1717 * @return $this
1818 */
19- public function fill (array $ attributes )
19+ public function fill ($ attributes )
2020 {
2121 foreach ($ attributes as $ key => $ value ) {
2222 $ attribute = Str::replace ('-> ' , '. ' , $ key );
@@ -35,7 +35,7 @@ public function fill(array $attributes)
3535 * @param array<string, mixed> $attributes
3636 * @return $this
3737 */
38- public function forceFill (array $ attributes )
38+ public function forceFill ($ attributes )
3939 {
4040 foreach ($ attributes as $ key => $ value ) {
4141 $ attribute = Str::replace ('-> ' , '. ' , $ key );
You can’t perform that action at this time.
0 commit comments