Added the url to the ics file.
This commit is contained in:
parent
f554de91ba
commit
4f187ad08a
4 changed files with 31 additions and 5 deletions
|
@ -7,6 +7,10 @@ use Doctrine\ORM\Mapping as ORM;
|
|||
/**
|
||||
* Location
|
||||
*
|
||||
* @property string $name
|
||||
* @property float $lon
|
||||
* @property float $lat
|
||||
*
|
||||
* @ORM\Table(name="locations")
|
||||
* @ORM\Entity
|
||||
*/
|
||||
|
|
Reference in a new issue