更新namespace为Metowolf

This commit is contained in:
clamp
2017-03-31 20:06:54 +08:00
parent 1db0c71955
commit 99be15d14f
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
},
"autoload": {
"psr-4": {
"Meting" : "src/"
"Metowolf" : "src/"
}
}
}

View File

@@ -7,7 +7,7 @@
* Copyright 2017, METO Sheel <i@i-meto.com>
* Released under the MIT license
*/
namespace Meting;
namespace Metowolf;
class Meting
{
protected $_SITE;