Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Dec 25, 2023
1 parent ac4d192 commit 4164b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Bootloader/TemporalBridgeBootloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
use Temporal\Worker\WorkerOptions;
use Temporal\WorkerFactory as TemporalWorkerFactory;
use Temporal\Client\ScheduleClient;
use \Temporal\Client\ScheduleClientInterface;
use \Temporal\Client\GRPC\ServiceClientInterface;
use Temporal\Client\ScheduleClientInterface;
use Temporal\Client\GRPC\ServiceClientInterface;

class TemporalBridgeBootloader extends Bootloader
{
Expand Down

0 comments on commit 4164b44

Please sign in to comment.