Skip to content

Commit

Permalink
Merge pull request #501 from Mecit/patch-1
Browse files Browse the repository at this point in the history
Remove the redundant null
  • Loading branch information
rubenvanassche authored Aug 4, 2023
2 parents e767c8c + 8f1aba0 commit dbadd61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ $post = new PostData(
'Hello laravel-data',
'This is an introduction post for the new package',
PostStatus::published,
null,
CarbonImmutable::now()
);
```
Expand Down

0 comments on commit dbadd61

Please sign in to comment.