Skip to content

Commit

Permalink
performance docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Jul 10, 2024
1 parent 7df9124 commit 07e517f
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 @@ -285,7 +285,7 @@ $mapper = $container->get(Mapper::class);
// also migrate accepts migration instance, or migration class arrays
$mapper->migrate(DropLegacySpaces::class, InitializeData::class);
``
```

## Performance
We can calculate mapper overhead using getInstance method that is called per each instance.\
Expand Down

0 comments on commit 07e517f

Please sign in to comment.