Skip to content

Commit e457bd6

Browse files
committed
doc
1 parent dd7547e commit e457bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/snapshots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Our example application [proophessor-do](https://github.com/prooph/proophessor-d
2323

2424
## Using a different Serializer.
2525

26-
By default we use php build in serialize/unserialize methods to around aggregate persistence. If you would like to change it you can do that since v1.1.
26+
By default prooph uses PHP's own serialise and unserialize methods. These may not suite your needs so as of v1.1 of the snapshot store you can use a custom serialiser.
2727

2828
You can use the provided CallbackSerializer to do this.
2929

0 commit comments

Comments
 (0)