File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ declare (strict_types=1 );
4
+
5
+ return [
6
+ 'user_model ' => \App \User \Model \User::class,
7
+ ];
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public function __invoke(): array
25
25
],
26
26
'publish ' => [
27
27
[
28
- 'id ' => 'config ' ,
28
+ 'id ' => 'anonymization ' ,
29
29
'description ' => 'The config for anonymization from onix-systems-php/hyperf-core. ' ,
30
30
'source ' => __DIR__ . '/../publish/anonymization.php ' ,
31
31
'destination ' => BASE_PATH . '/config/autoload/anonymization.php ' ,
@@ -36,6 +36,12 @@ public function __invoke(): array
36
36
'source ' => __DIR__ . '/../publish/swagger.php ' ,
37
37
'destination ' => BASE_PATH . '/config/autoload/swagger.php ' ,
38
38
],
39
+ [
40
+ 'id ' => 'core ' ,
41
+ 'description ' => 'The config for onix-systems-php/hyperf-core. ' ,
42
+ 'source ' => __DIR__ . '/../publish/core.php ' ,
43
+ 'destination ' => BASE_PATH . '/config/autoload/core.php ' ,
44
+ ],
39
45
],
40
46
];
41
47
}
You can’t perform that action at this time.
0 commit comments