Merge branch 'release/0.0.13.9'
This commit is contained in:
commit
cb13ba7a57
2 changed files with 4 additions and 1 deletions
|
@ -55,7 +55,7 @@ class SyndicateToTwitter implements ShouldQueue
|
|||
if ($this->note->place_id) {
|
||||
//we force the job to create a place model to get access
|
||||
//to the postgis methods
|
||||
$place = Place::find($this->note->place_id)
|
||||
$place = Place::find($this->note->place_id);
|
||||
$lat = $place->location->getLat();
|
||||
$lng = $place->location->getLng();
|
||||
}
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## Version 0.0.13.9 (2016-10-06)
|
||||
- Hotfix, add missing semi-colon
|
||||
|
||||
## Version 0.0.13.8 (2016-10-06)
|
||||
- Create a Place model instance in SyndicateToTwitter job to force laravel to access postgis methods
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue