Skip to content

Commit

Permalink
Added event in config
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Oct 17, 2024
1 parent 13827ab commit e8145c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/app-pulse.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?php

use App\Events\MonitorUptimeChanged;
use CleaniqueCoders\AppPulse\Events\MonitorUptimeChanged;
use CleaniqueCoders\AppPulse\Events\SslStatusChanged;

return [
'events' => [
MonitorUptimeChanged::class => [],
SslStatusChanged::class => [],
],
];

0 comments on commit e8145c0

Please sign in to comment.