diff --git a/src/Notifications/Senders/Log.php b/src/Notifications/Senders/Log.php index 1bbe7be..5cc00b5 100644 --- a/src/Notifications/Senders/Log.php +++ b/src/Notifications/Senders/Log.php @@ -2,7 +2,7 @@ namespace EricMakesStuff\ServerMonitor\Notifications\Senders; -use Illuminate\Contracts\Logging\Log as LogContract; +use Psr\Log\LoggerInterface as LogContract; use EricMakesStuff\ServerMonitor\Notifications\BaseSender; class Log extends BaseSender