mirror of
https://github.com/Karaka-Management/oms-ResearchDevelopment.git
synced 2026-01-11 22:18:39 +00:00
Renamin navigation install files
This commit is contained in:
parent
39bfd3b672
commit
b5d89a9d3d
|
|
@ -28,9 +28,9 @@ namespace Modules\ResearchDevelopment\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