This commit is contained in:
root
2019-12-01 21:13:27 +08:00
parent fdf63813df
commit 54e08ef0ba
2 changed files with 8 additions and 7 deletions

View File

@ -4,8 +4,8 @@ namespace App\Console\Commands;
use Illuminate\Console\Command;
use App\Models\User;
use App\Utils\Helper;
use App\Models\Order;
use App\Utils\Helper;
use Illuminate\Support\Facades\Redis;
class SystemCache extends Command