This commit is contained in:
2020-12-21 17:02:11 +03:00
commit da14b86c6a
51 changed files with 7334 additions and 0 deletions

View File

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