This commit is contained in:
therselman 2017-07-15 22:32:49 +02:00
parent 7837dd1972
commit 8c71857625
2 changed files with 2 additions and 5 deletions

View File

@ -17,12 +17,8 @@
"zendframework/zend-diactoros": "^1.0"
},
"autoload": {
"psr-0": {
"Schema\\": "src/"
},
"psr-4": {
"Twister\\": "src/",
"Schema\\": "src/"
"Twister\\": "src/"
}
}
}

View File

@ -3,6 +3,7 @@
//Twister\Schema::worlds()->id->min
//Twister\Schema::users()->fields()
namespace Twister;
class Schema
{