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()
72
72
73
73
$ this ->info ('Subscribers ' );
74
74
$ this ->table (
75
- ['Subscriber ' , 'Registerd ' ],
75
+ ['Subscriber ' , 'Registered ' ],
76
76
collect ($ trigger ->getSubscribers ())
77
77
->transform (fn ($ subscriber ) => [$ subscriber , '√ ' ])
78
78
);
Original file line number Diff line number Diff line change 12
12
namespace Huangdijia \Trigger \Facades ;
13
13
14
14
use Illuminate \Support \Facades \Facade ;
15
+ use MySQLReplication \BinLog \BinLogCurrent ;
16
+ use MySQLReplication \Event \DTO \EventDTO ;
15
17
16
18
/**
17
19
* @see \Huangdijia\Trigger\Manager
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ public function isTerminated(): bool
180
180
*/
181
181
public function heartbeat (EventDTO $ event ): void
182
182
{
183
- $ this ->rememberCurrent ($ event ->getEventInfo ()->getBinLogCurrent () );
183
+ $ this ->rememberCurrent ($ event ->getEventInfo ()->binLogCurrent );
184
184
}
185
185
186
186
/**
You can’t perform that action at this time.
0 commit comments