Skip to content

Commit 1c71f66

Browse files
committedAug 13, 2022
注释
1 parent fac5728 commit 1c71f66

File tree

5 files changed

+25
-8
lines changed

5 files changed

+25
-8
lines changed
 

‎src/Kernel/Providers/ConfigServiceProvider.php

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?php
2+
/**
3+
* User: cfn <cfn@leapy.cn>
4+
* Datetime: 2021/8/19 9:33
5+
* Copyright: php
6+
*/
27

38

49
namespace unionpay\Kernel\Providers;

‎src/Kernel/Providers/EventDispatcherServiceProvider.php

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?php
2+
/**
3+
* User: cfn <cfn@leapy.cn>
4+
* Datetime: 2021/8/19 9:33
5+
* Copyright: php
6+
*/
27

38

49
namespace unionpay\Kernel\Providers;

‎src/Kernel/Providers/HttpClientServiceProvider.php

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?php
2+
/**
3+
* User: cfn <cfn@leapy.cn>
4+
* Datetime: 2021/8/19 9:33
5+
* Copyright: php
6+
*/
27

38
namespace unionpay\Kernel\Providers;
49

‎src/Kernel/Support/Arr.php

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
<?php
2-
3-
/*
4-
* This file is part of the overtrue/wechat.
5-
*
6-
* (c) overtrue <i@overtrue.me>
7-
*
8-
* This source file is subject to the MIT license that is bundled
9-
* with this source code in the file LICENSE.
2+
/**
3+
* User: cfn <cfn@leapy.cn>
4+
* Datetime: 2021/8/19 9:33
5+
* Copyright: php
106
*/
117

8+
129
namespace unionpay\Kernel\Support;
1310

1411
/**

‎src/MiniProgram/access/ServiceProvider.php

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?php
2+
/**
3+
* User: cfn <cfn@leapy.cn>
4+
* Datetime: 2021/8/19 9:33
5+
* Copyright: php
6+
*/
27

38

49
namespace unionpay\MiniProgram\access;

0 commit comments

Comments
 (0)