Victor Bergamo
Results
1
issues of
Victor Bergamo
### Description Steps to reproduce the bug: Use named bindings in a database query, for example: `DB::select('select * from users where id = :id', bindings: ['id' => 1])` In my...