This commit is contained in:
ihipop 2019-10-08 13:27:30 +08:00 committed by GitHub
parent cbf41c8058
commit 0348f34adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
{