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 162
162
},
163
163
"minimum-stability" : " dev" ,
164
164
"prefer-stable" : true ,
165
- "version" : " 5.1.8 "
165
+ "version" : " 5.1.9 "
166
166
}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class Fluent extends \Illuminate\Support\Fluent
16
16
* @param array<string, mixed> $attributes
17
17
* @return $this
18
18
*/
19
- public function fill (array $ attributes )
19
+ public function fill ($ attributes )
20
20
{
21
21
foreach ($ attributes as $ key => $ value ) {
22
22
$ attribute = Str::replace ('-> ' , '. ' , $ key );
@@ -35,7 +35,7 @@ public function fill(array $attributes)
35
35
* @param array<string, mixed> $attributes
36
36
* @return $this
37
37
*/
38
- public function forceFill (array $ attributes )
38
+ public function forceFill ($ attributes )
39
39
{
40
40
foreach ($ attributes as $ key => $ value ) {
41
41
$ attribute = Str::replace ('-> ' , '. ' , $ key );
You can’t perform that action at this time.
0 commit comments