File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ composer require firevel/firestore-mirror
12
12
Add trait ` \Firevel\FirestoreMirror\HasFirestoreMirror; ` to the model you would like to mirror.
13
13
14
14
15
- ### Configuration
15
+ ## Configuration
16
16
17
- ## Collection
17
+ ### Collection
18
18
19
19
By default model will be stored inside collection matching model table name. Use ` $firestoreCollection ` to customize collection name, for example:
20
20
```
@@ -28,7 +28,7 @@ By default model will be stored inside collection matching model table name. Use
28
28
29
29
Create ` public function getFirestoreCollectionName() ` method to customize collection name (by default table name).
30
30
31
- ## Document
31
+ ### Document
32
32
33
33
Create ` toFirestoreDocument ` method to customize document schema. By default:
34
34
```
You can’t perform that action at this time.
0 commit comments