Skip to content

Commit e8a7ab3

Browse files
committed
Replace logging interface
1 parent 116ba38 commit e8a7ab3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
composer.phar
22
composer.lock
33
vendor
4+
.idea

src/Notifications/Notifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use EricMakesStuff\ServerMonitor\Monitors\HttpPingMonitor;
66
use EricMakesStuff\ServerMonitor\Monitors\SSLCertificateMonitor;
7-
use Illuminate\Contracts\Logging\Log as LogContract;
7+
use Psr\Log\LoggerInterface as LogContract;
88
use EricMakesStuff\ServerMonitor\Monitors\DiskUsageMonitor;
99
use Exception;
1010

0 commit comments

Comments
 (0)