Commit 09279500 authored by hangjun83's avatar hangjun83

优化

parent 7e3975f0
...@@ -2,15 +2,14 @@ ...@@ -2,15 +2,14 @@
namespace App\Services\ThirdPlatform; namespace App\Services\ThirdPlatform;
use App\Jobs\queue\QueueJob;
use App\Repositories\Contracts\ThirdApiPlatformRepository; use App\Repositories\Contracts\ThirdApiPlatformRepository;
use App\Services\Kafka\KafkaService; use App\Support\Traits\Helpers;
use App\Services\PlatformDataEntriesService;
use App\Support\Facades\SimpleKafka;
use Illuminate\Support\Str; use Illuminate\Support\Str;
class ThirdPlatformService extends PlatformAbstractService class ThirdPlatformService extends PlatformAbstractService
{ {
use Helpers;
public function __construct() public function __construct()
{ {
parent::__construct(app(ThirdApiPlatformRepository::class)); parent::__construct(app(ThirdApiPlatformRepository::class));
......
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