We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df9124 commit 07e517fCopy full SHA for 07e517f
README.md
@@ -285,7 +285,7 @@ $mapper = $container->get(Mapper::class);
285
286
// also migrate accepts migration instance, or migration class arrays
287
$mapper->migrate(DropLegacySpaces::class, InitializeData::class);
288
-``
+```
289
290
## Performance
291
We can calculate mapper overhead using getInstance method that is called per each instance.\
0 commit comments