mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-01-11 16:18:42 +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.
|
||||
*
|
||||
* @var \Modules\Navigation\Models\Navigation
|
||||
* @var null|self
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private static $instance = null;
|
||||
private static ?self $instance = null;
|
||||
|
||||
/**
|
||||
* Database pool.
|
||||
|
|
@ -53,7 +53,7 @@ class Navigation
|
|||
* @var DatabasePool
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private $dbPool = null;
|
||||
private DatabasePool $dbPool;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user