正在显示
1 个修改的文件
包含
18 行增加
和
0 行删除
app/Console/Commands/AyrShare/ShareUser.php
0 → 100644
| 1 | +<?php | ||
| 2 | + | ||
| 3 | +namespace App\Console\Commands\AyrShare; | ||
| 4 | +use Illuminate\Console\Command; | ||
| 5 | + | ||
| 6 | +class ShareUser extends Command | ||
| 7 | +{ | ||
| 8 | + /** | ||
| 9 | + * @name :(定时执行)handle | ||
| 10 | + * @author :lyh | ||
| 11 | + * @method :post | ||
| 12 | + * @time :2023/5/12 14:48 | ||
| 13 | + */ | ||
| 14 | + public function handle() | ||
| 15 | + { | ||
| 16 | + | ||
| 17 | + } | ||
| 18 | +} |
-
请 注册 或 登录 后发表评论