X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/8af69ac700a76d252d0c2beceaeee29b41f5d483..dbe6f6710034af730e633e1c810ad7f020fe9551:/Entity/Location.php

diff --git a/Entity/Location.php b/Entity/Location.php
index 62ef9fc..d70bddf 100644
--- a/Entity/Location.php
+++ b/Entity/Location.php
@@ -57,7 +57,7 @@ class Location {
 	/**
 	 * Constructor
 	 */
-	public function __construct(private string $title = '', private string $address = '', private string $zipcode = '', private string $city = '', private string $latitude = '0', private string $longitude = '0', private bool $hotspot = false, private bool $indoor = false) {
+	public function __construct(private string $title = '', private string $address = '', private string $zipcode = '0', private string $city = '', private string $latitude = '0', private string $longitude = '0', private bool $hotspot = false, private bool $indoor = false) {
 		//Set defaults
 		$this->created = new \DateTime('now');
 		$this->updated = new \DateTime('now');