Skip to content

Commit

Permalink
Update annotation syntax in README.md
Browse files Browse the repository at this point in the history
The commit modifies the documentation to reflect the recent changes in the annotation syntax. Specifically, it updates the code snippet in the README file to use the `#[Query]` syntax instead of `@Query`.
  • Loading branch information
koriym committed Jun 13, 2024
1 parent 8d5d5c6 commit ef267e5
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 @@ -278,7 +278,7 @@ Bind to `QueryInterface `.
$this->bind(QueryInterface::class)->annotatedWith('cretate_todo')->to(CreateTodo::class);
```

The usage codes are the same. The usage code of `@Query` does not change either.
The usage codes are the same. The usage code of `#[Query]` does not change either.

## ISO8601 DateTime Module

Expand Down

0 comments on commit ef267e5

Please sign in to comment.