mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +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];
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Get location id
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user