locale update
This commit is contained in:
parent
090ef393d7
commit
0151fea862
|
|
@ -9,7 +9,7 @@ function onStart(){
|
||||||
$query = '%' . input('q') . '%';
|
$query = '%' . input('q') . '%';
|
||||||
$this['shops'] = Tps\Shops\Models\Shop::where('name', 'LIKE', $query)
|
$this['shops'] = Tps\Shops\Models\Shop::where('name', 'LIKE', $query)
|
||||||
->get();
|
->get();
|
||||||
dd($this['shops']);
|
//dd($this['shops']);
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue