Skip to content

Commit

Permalink
Bug Fix Make
Browse files Browse the repository at this point in the history
  • Loading branch information
akbarali1 authored Mar 6, 2024
1 parent 2b94f01 commit 517a3e1
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 517a3e1

Please sign in to comment.