Fix styleci issues, try and fix a travis issue
This commit is contained in:
parent
e540eb767f
commit
b0c5374943
2 changed files with 6 additions and 5 deletions
|
@ -84,8 +84,9 @@ class Place extends Model
|
|||
// id can’t be null, so this will return empty set
|
||||
return $query->whereNull('id');
|
||||
}
|
||||
|
||||
return $query->where('external_urls', '@>', json_encode([
|
||||
$type => $url
|
||||
$type => $url,
|
||||
]));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue