Skip to content

Commit

Permalink
Merge pull request #845 from matthiasweiss/fix-typo-docs-created-at
Browse files Browse the repository at this point in the history
Fix typo in docs
  • Loading branch information
rubenvanassche committed Aug 19, 2024
2 parents e34dabd + d81aa76 commit 16a842a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/as-a-data-transfer-object/model-to-data-object.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class ArtistData extends Data
{
public int $id;
public string $fullName;
public CarbonImmutable $createAt;
public CarbonImmutable $createdAt;
public CarbonImmutable $updatedAt;
}
```
Expand Down

0 comments on commit 16a842a

Please sign in to comment.