Skip to content

Commit 84ca8a9

Browse files
authored
Update simple-repository.md
1 parent 8d60a03 commit 84ca8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/simple-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class ProductRepository {
7575
->where($req('spl.lang_id=?', 'language.id'))
7676
->where($opt('sp.reference=?', 'product.reference'))
7777
->where($opt('spl.name LIKE ?', 'product.name'))
78-
->where($opt('spl.description LIKE ?', 'product.description'))->debug();
78+
->where($opt('spl.description LIKE ?', 'product.description'));
7979
}
8080

8181
/**

0 commit comments

Comments
 (0)