Skip to content

Commit b91a3c5

Browse files
authored
fix line spacing in feature compat doc (#3315)
1 parent 4fd1b81 commit b91a3c5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/feature-compatibility.txt

+5-4
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ Database Features
6565
- *Unsupported*
6666

6767
* - Multi-database Support / Multiple Schemas
68-
- *Unsupported* Laravel uses a dot separator (``.``)
69-
between SQL schema and table names, but MongoDB allows ``.``
70-
characters within collection names, which might lead to
71-
unexpected namespace parsing.
68+
- | *Unsupported*
69+
| Laravel uses a dot separator (``.``)
70+
between SQL schema and table names, but MongoDB allows ``.``
71+
characters within collection names, which might lead to
72+
unexpected namespace parsing.
7273

7374
Query Features
7475
--------------

0 commit comments

Comments
 (0)