Skip to content

Commit 07e517f

Browse files
committed
performance docs fix
1 parent 7df9124 commit 07e517f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ $mapper = $container->get(Mapper::class);
285285
286286
// also migrate accepts migration instance, or migration class arrays
287287
$mapper->migrate(DropLegacySpaces::class, InitializeData::class);
288-
``
288+
```
289289

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

0 commit comments

Comments
 (0)