dfuncd / repofuck

Fucking with the Repository Design Pattern
6 stars 2 forks source link

Fixed inconsistencies: find() functions must use $columns as arguments #106

Closed makoru-hikage closed 7 years ago

makoru-hikage commented 7 years ago

I have noticed, as I have used "Ctrl+F", that "columns" can only be found on setColumns() method, $columns property, and Line 331 of first() method.

Thinking twice if I have to put it in get() method since select() function of the Query Builder suffice.