mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-02-18 17:38:43 +00:00
fixes Orange-Management/phpOMS#224 and fixes Orange-Management/phpOMS#212
This commit is contained in:
parent
fb7eeece34
commit
5cad309211
|
|
@ -42,10 +42,10 @@ class Navigation
|
||||||
/**
|
/**
|
||||||
* Singleton instance.
|
* Singleton instance.
|
||||||
*
|
*
|
||||||
* @var \Modules\Navigation\Models\Navigation
|
* @var null|self
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private static $instance = null;
|
private static ?self $instance = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Database pool.
|
* Database pool.
|
||||||
|
|
@ -53,7 +53,7 @@ class Navigation
|
||||||
* @var DatabasePool
|
* @var DatabasePool
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
private $dbPool = null;
|
private DatabasePool $dbPool;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user