Skip to content

Commit fd76c83

Browse files
authored
Update Auth.php
1 parent 33e2fa4 commit fd76c83

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Auth.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
// +----------------------------------------------------------------------
33
// | ThinkPHP 5 [ WE CAN DO IT JUST THINK IT ]
44
// +----------------------------------------------------------------------
5-
// | Copyright (c) 2016 http://www.zzstudio.net All rights reserved.
6-
// +----------------------------------------------------------------------
75
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
86
// +----------------------------------------------------------------------
9-
// | Author: Byron Sampson <xiaobo.sun@gzzstudio.net>
7+
// | Author: Jason <625796652@qq.com>
108
// +----------------------------------------------------------------------
119
namespace think;
1210

@@ -306,4 +304,4 @@ protected function getUserInfo($uid)
306304

307305
return $userinfo[$uid];
308306
}
309-
}
307+
}

0 commit comments

Comments
 (0)