Skip to content

Commit

Permalink
fix apps
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Jul 12, 2024
1 parent b2f68af commit 6de4601
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/Nicelizhi/Apps/src/Config/system.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
return [
[
'key' => 'apps',
'name' => 'admin::app.configuration.index.general.title',
'info' => 'admin::app.configuration.index.general.info',
'sort' => 1,
]
];
5 changes: 5 additions & 0 deletions packages/Nicelizhi/Apps/src/Providers/AppsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ public function registeConfig() {
$this->mergeConfigFrom(
__DIR__.'/../Config/apps.php', 'apps'
);

$this->mergeConfigFrom(
__DIR__.'/../Config/system.php', 'core'
);

}

public function regsiteCommands()
Expand Down

0 comments on commit 6de4601

Please sign in to comment.