locale update

This commit is contained in:
gerchek 2024-03-16 12:40:54 +05:00
parent 090ef393d7
commit 0151fea862
1 changed files with 1 additions and 1 deletions

View File

@ -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']);
} }
?> ?>