Skip to content

Commit

Permalink
Merge pull request #44 from akbarali1/patch-1
Browse files Browse the repository at this point in the history
Bug Fix Make
  • Loading branch information
andrey-helldar authored Mar 6, 2024
2 parents 2b94f01 + 517a3e1 commit 3398288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class YourInstance extends DataTransferObject

$instance = YourInstance::make([
'foo' => 'Foo',
'bar' => 'Bar'
'bar' => 'Bar',
'baz' => 'Baz'
]);

Expand Down

0 comments on commit 3398288

Please sign in to comment.