remove empty construct

This commit is contained in:
Dennis Eichhorn 2019-10-06 21:00:43 +02:00
parent e300558db8
commit 921703a5b5

View File

@ -89,15 +89,6 @@ class Location implements \JsonSerializable, \Serializable
*/
private array $geo = ['lat' => 0, 'long' => 0];
/**
* Constructor.
*
* @since 1.0.0
*/
public function __construct()
{
}
/**
* Get location id
*