Version 1.0

This commit is contained in:
2021-01-27 11:05:27 +03:00
parent 6a360ae315
commit b1e0b1cf5b
37 changed files with 6791 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace App\Console\Commands;
interface HRCCommandInterface {
public function command($input, $output = null);
}