This commit is contained in:
therselman 2017-07-15 22:13:10 +02:00
parent 5a63f9e8cd
commit 80bf160526
2 changed files with 5 additions and 2 deletions

View File

@ -19,6 +19,7 @@
"autoload": {
"psr-4": {
"Twister\\": "src/"
"Schema\\": "src/"
}
}
}

View File

@ -1,7 +1,9 @@
<?php
//Schema::worlds()->id->min
//Schema::users()->fields()
//Twister\Schema::worlds()->id->min
//Twister\Schema::users()->fields()
namespace Twister;
class Schema
{