Added the url to the ics file.

This commit is contained in:
Tim Schumacher 2014-07-31 09:51:34 +02:00
parent f554de91ba
commit 4f187ad08a
4 changed files with 31 additions and 5 deletions

View file

@ -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
*/