Skip to content

Commit

Permalink
readme cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Apr 23, 2024
1 parent fb48150 commit c742d45
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 @@ -154,7 +154,7 @@ var_dump($policy->counter); // actual value

## Schema Cache
Any new mapper instance will fetch schema from the tarantool, this requests can takes a bit of database load.\
Use your favorite psr/cache implementation to persist schema on the application side.\
Use your favorite `psr/cache` implementation to persist schema on the application side.\
For example, we use apcu adapter from `symfony/cache` package.\
If new schema version is not persisted in cache, mapper will fetch it
```php
Expand Down

0 comments on commit c742d45

Please sign in to comment.