mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-12 14:58:42 +00:00
remove empty construct
This commit is contained in:
parent
e300558db8
commit
921703a5b5
|
|
@ -89,15 +89,6 @@ class Location implements \JsonSerializable, \Serializable
|
||||||
*/
|
*/
|
||||||
private array $geo = ['lat' => 0, 'long' => 0];
|
private array $geo = ['lat' => 0, 'long' => 0];
|
||||||
|
|
||||||
/**
|
|
||||||
* Constructor.
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function __construct()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get location id
|
* Get location id
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user