Browse Source

删除无用的use

dev
李可松 4 years ago
parent
commit
d3dda3d795
  1. 1
      app/Http/Controllers/Api/LoginController.php

1
app/Http/Controllers/Api/LoginController.php

@ -5,7 +5,6 @@ namespace App\Http\Controllers\Api;
use App\Http\Controllers\Controller; use App\Http\Controllers\Controller;
use App\Models\Agent; use App\Models\Agent;
use App\Models\User; use App\Models\User;
use App\Models\UserChannel;
use EasyWeChat\Factory; use EasyWeChat\Factory;
use EasyWeChat\Kernel\Exceptions\InvalidConfigException; use EasyWeChat\Kernel\Exceptions\InvalidConfigException;
use Illuminate\Support\Facades\Cache; use Illuminate\Support\Facades\Cache;

Loading…
Cancel
Save