We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116ba38 commit e8a7ab3Copy full SHA for e8a7ab3
.gitignore
@@ -1,3 +1,4 @@
1
composer.phar
2
composer.lock
3
vendor
4
+.idea
src/Notifications/Notifier.php
@@ -4,7 +4,7 @@
5
use EricMakesStuff\ServerMonitor\Monitors\HttpPingMonitor;
6
use EricMakesStuff\ServerMonitor\Monitors\SSLCertificateMonitor;
7
-use Illuminate\Contracts\Logging\Log as LogContract;
+use Psr\Log\LoggerInterface as LogContract;
8
use EricMakesStuff\ServerMonitor\Monitors\DiskUsageMonitor;
9
use Exception;
10
0 commit comments