Skip to content
New issue

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

bug:权限管理-权限组-编辑权限组 #3

Open
prcwolf opened this issue Apr 16, 2015 · 1 comment
Open

bug:权限管理-权限组-编辑权限组 #3

prcwolf opened this issue Apr 16, 2015 · 1 comment

Comments

@prcwolf
Copy link

prcwolf commented Apr 16, 2015

app\controllers\Backend\PermissionController.php
第214行
$permissionGroup = User::findOrFail($id);
需要修改为
$permissionGroup = PermissionGroup::findOrFail($id);

@GeekZooStudio
Copy link
Owner

请提个pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants