We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前发现需要改一下的地方就只有: //检测权限 $control = strtolower(request()->controller());//不知为何,这里的首字母是大写
model里面$table可以改成$name,这样就不必写表前缀,如$name='user';
The text was updated successfully, but these errors were encountered:
Merge pull request #2 from nick-bai/master
55f90ee
从源分支更新
No branches or pull requests
目前发现需要改一下的地方就只有:
//检测权限
$control = strtolower(request()->controller());//不知为何,这里的首字母是大写
model里面$table可以改成$name,这样就不必写表前缀,如$name='user';
The text was updated successfully, but these errors were encountered: