first commit

This commit is contained in:
franknstayn
2021-07-03 18:39:08 +08:00
commit 5483c9517d
1555 changed files with 417773 additions and 0 deletions

7
app/Commands/Command.php Normal file
View File

@@ -0,0 +1,7 @@
<?php namespace App\Commands;
abstract class Command {
//
}