Commit a359b138 authored by hangjun83's avatar hangjun83

优化

parent cb8e7184
...@@ -10,9 +10,9 @@ use App\Support\Facades\SimpleKafka; ...@@ -10,9 +10,9 @@ use App\Support\Facades\SimpleKafka;
class ThirdPlatformService extends PlatformAbstractService class ThirdPlatformService extends PlatformAbstractService
{ {
public function __construct(ThirdApiPlatformRepository $thirdApiPlatformRepository) public function __construct()
{ {
parent::__construct($thirdApiPlatformRepository); parent::__construct(app(ThirdApiPlatformRepository::class));
} }
public function checkPlatformToken($platformName) public function checkPlatformToken($platformName)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment