think-annotation
think-annotation copied to clipboard
tp8 注解不对
#[Inject] protected Cache $cache;
public function index()
{
//...
}
这一块在tp8使用会报错
你在什么地方使用的 不能在构造方法里用