Skip to content

Commit 8bf0307

Browse files
committed
Replace loggin contract
1 parent 9cbada1 commit 8bf0307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Providers/SettingsServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Pterodactyl\Providers;
44

5-
use Illuminate\Contracts\Logging\Log;
5+
use Psr\Log\LoggerInterface as Log;
66
use Illuminate\Database\QueryException;
77
use Illuminate\Support\ServiceProvider;
88
use Illuminate\Contracts\Encryption\Encrypter;
@@ -62,7 +62,7 @@ class SettingsServiceProvider extends ServiceProvider
6262
*
6363
* @param \Illuminate\Contracts\Config\Repository $config
6464
* @param \Illuminate\Contracts\Encryption\Encrypter $encrypter
65-
* @param \Illuminate\Contracts\Logging\Log $log
65+
* @param \Psr\Log\LoggerInterface $log
6666
* @param \Pterodactyl\Contracts\Repository\SettingsRepositoryInterface $settings
6767
*/
6868
public function boot(ConfigRepository $config, Encrypter $encrypter, Log $log, SettingsRepositoryInterface $settings)

0 commit comments

Comments
 (0)