mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-03 20:27:59 +08:00
typo
This commit is contained in:
parent
cbf41c8058
commit
0348f34adc
@ -85,7 +85,6 @@ return ApplicationContext::setContainer($container);
|
||||
|
||||
v1.0 中 `scan.path` 在 v1.1 中调整为 `annotations.scan.path`,为了兼容此修改,请把组件中的
|
||||
|
||||
修改为
|
||||
```php
|
||||
class ConfigProvider
|
||||
{
|
||||
@ -94,6 +93,7 @@ class ConfigProvider
|
||||
{
|
||||
return [
|
||||
//略..........
|
||||
|
||||
'scan' => [
|
||||
'paths' => [
|
||||
__DIR__,
|
||||
@ -105,6 +105,8 @@ class ConfigProvider
|
||||
}
|
||||
```
|
||||
|
||||
修改为
|
||||
|
||||
```php
|
||||
class ConfigProvider
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user