mirror of
https://github.com/metowolf/Meting.git
synced 2026-09-03 07:27:07 +08:00
建议采用psr-4的规范避免冲突
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
"ext-curl": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"files": ["Meting.php"]
|
||||
"psr-4": {
|
||||
"Meting" : "src/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* Copyright 2017, METO Sheel <i@i-meto.com>
|
||||
* Released under the MIT license
|
||||
*/
|
||||
|
||||
namespace Meting;
|
||||
class Meting
|
||||
{
|
||||
protected $_SITE;
|
||||
Reference in New Issue
Block a user