Skip to content

Commit 6b8629a

Browse files
fix title url
1 parent 6365ae1 commit 6b8629a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db-models-and-eloquent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
- [Select specific columns](#select-specific-columns)
101101
- [Chain conditional clauses to the query without writing if-else statements](#chain-conditional-clauses-to-the-query-without-writing-if-else-statements)
102102
- [Override Connection Attribute in Models](#override-connection-attribute-in-models)
103-
- [Using Column Names in Where Clauses](#using-column-names-in-where-clauses)
103+
- [Using Column Names in Where Clauses (Dynamic Where Clauses)](#using-column-names-in-where-clauses-dynamic-where-clauses)
104104

105105
### Reuse or clone query()
106106

0 commit comments

Comments
 (0)