Add missing semi-colon, (even the best of us)
This commit is contained in:
parent
c904bcb6d1
commit
4e324c3586
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class SyndicateToTwitter implements ShouldQueue
|
||||||
if ($this->note->place_id) {
|
if ($this->note->place_id) {
|
||||||
//we force the job to create a place model to get access
|
//we force the job to create a place model to get access
|
||||||
//to the postgis methods
|
//to the postgis methods
|
||||||
$place = Place::find($this->note->place_id)
|
$place = Place::find($this->note->place_id);
|
||||||
$lat = $place->location->getLat();
|
$lat = $place->location->getLat();
|
||||||
$lng = $place->location->getLng();
|
$lng = $place->location->getLng();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue