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

UserServiceProvider中似乎忘记注册user.group了 #256

Closed
motionlife opened this issue Jan 15, 2016 · 1 comment
Closed

UserServiceProvider中似乎忘记注册user.group了 #256

motionlife opened this issue Jan 15, 2016 · 1 comment

Comments

@motionlife
Copy link

这里是否需要添加user.group的注册:blush:

  //for 'user.group' dependency resolving       
   $pimple['user.group'] = function ($pimple) {
        return new Group($pimple['access_token']);
    };
overtrue added a commit that referenced this issue Jan 16, 2016
@overtrue
Copy link
Collaborator

@motionlife 是的,忘记了,多谢提醒

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