Commit ee315be728e9298fde7525a78026991841120c7c

Authored by Alex Savenko
1 parent 455e9915

testing

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/lib/models/basket.php
... ... @@ -319,7 +319,7 @@ class basket extends \db
319 319  
320 320 return $this->get(
321 321 "
322   - SELECT user_id
  322 + SELECT *
323 323 FROM public.basket
324 324 WHERE
325 325 TRUE
... ...