Skip to content

Commit

Permalink
Merge pull request #85 from tianyong90/master
Browse files Browse the repository at this point in the history
引号问题
  • Loading branch information
overtrue authored Mar 21, 2017
2 parents a07e5dd + d2782d8 commit a9c0b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ protected function setUpMockAuthUser()
'nickname' => array_get($user, 'nickname'),
'avatar' => array_get($user, 'headimgurl'),
'email' => null,
'original' => array_merge($user, [privilege => []]),
'original' => array_merge($user, ['privilege' => []]),
]);

session(['wechat.oauth_user' => $user]);
Expand Down

0 comments on commit a9c0b01

Please sign in to comment.