Fix styleci issues, try and fix a travis issue

This commit is contained in:
Jonny Barnes 2017-06-30 13:45:39 +01:00
parent e540eb767f
commit b0c5374943
2 changed files with 6 additions and 5 deletions

View file

@ -84,8 +84,9 @@ class Place extends Model
// id cant be null, so this will return empty set
return $query->whereNull('id');
}
return $query->where('external_urls', '@>', json_encode([
$type => $url
$type => $url,
]));
}