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": { "autoload": {
"psr-4": { "psr-4": {
"Twister\\": "src/" "Twister\\": "src/"
"Schema\\": "src/"
} }
} }
} }

View File

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