Skip to content

Commit 3b34d67

Browse files
committed
doc: modify author email
1 parent 61626c5 commit 3b34d67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"authors": [
1616
{
1717
"name": "TechLee",
18-
"email": "techlee@qq.com"
18+
"email": "leeqvip@gmail.com"
1919
}
2020
],
2121
"license": "Apache-2.0",

src/TauthzService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/**
1313
* Tauthz service.
1414
*
15-
* @author techlee@qq.com
15+
* @author leeqvip@gmail.com
1616
*/
1717
class TauthzService extends Service
1818
{

src/adapter/DatabaseAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* DatabaseAdapter.
2020
*
21-
* @author techlee@qq.com
21+
* @author leeqvip@gmail.com
2222
*/
2323
class DatabaseAdapter implements Adapter, UpdatableAdapter, BatchAdapter, FilteredAdapter
2424
{

0 commit comments

Comments
 (0)