Open imzyf opened 2 years ago
Describe the bug
in bean.php
'myBean' => [ 'class' => MyBean::class, '__option' => [ 'scope' => Bean::SESSION, ], ],
InvalidArgumentException(code:0) Scope for definition is not undefined
看起来像这里缺少了 Bean::SESSION
同时想问 Bean::SESSION 与 Bean::REQUEST 有什么区别
Describe the bug
in bean.php
InvalidArgumentException(code:0) Scope for definition is not undefined
看起来像这里缺少了 Bean::SESSION
同时想问 Bean::SESSION 与 Bean::REQUEST 有什么区别