File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public function handle()
7272
7373 $ this ->info ('Subscribers ' );
7474 $ this ->table (
75- ['Subscriber ' , 'Registerd ' ],
75+ ['Subscriber ' , 'Registered ' ],
7676 collect ($ trigger ->getSubscribers ())
7777 ->transform (fn ($ subscriber ) => [$ subscriber , '√ ' ])
7878 );
Original file line number Diff line number Diff line change 1212namespace Huangdijia \Trigger \Facades ;
1313
1414use Illuminate \Support \Facades \Facade ;
15+ use MySQLReplication \BinLog \BinLogCurrent ;
16+ use MySQLReplication \Event \DTO \EventDTO ;
1517
1618/**
1719 * @see \Huangdijia\Trigger\Manager
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ public function isTerminated(): bool
180180 */
181181 public function heartbeat (EventDTO $ event ): void
182182 {
183- $ this ->rememberCurrent ($ event ->getEventInfo ()->getBinLogCurrent () );
183+ $ this ->rememberCurrent ($ event ->getEventInfo ()->binLogCurrent );
184184 }
185185
186186 /**
You can’t perform that action at this time.
0 commit comments