mirror of
https://github.com/Karaka-Management/oms-WarehouseManagement.git
synced 2026-01-11 15:18:41 +00:00
Renamin navigation install files
This commit is contained in:
parent
0d06175995
commit
a0c382be4c
|
|
@ -28,9 +28,9 @@ namespace Modules\WarehouseManagement\Admin\Install;
|
|||
*/
|
||||
class Navigation
|
||||
{
|
||||
public static function install($dbPool)
|
||||
public static function install(Pool $dbPool)
|
||||
{
|
||||
$navData = json_decode(file_get_contents(__DIR__ . '/nav.install.json'), true);
|
||||
$navData = json_decode(file_get_contents(__DIR__ . '/Navigation.install.json'), true);
|
||||
|
||||
$class = '\\Modules\\Navigation\\Admin\\Installer';
|
||||
$class::installExternal($dbPool, $navData);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user