File manager - Edit - /var/www/payraty/helpdesk/vendor/sentry/sentry-laravel/src/Sentry/Laravel/Features/LogIntegration.php
Back
<?php namespace Sentry\Laravel\Features; use Illuminate\Support\Facades\Log; use Sentry\Laravel\LogChannel; class LogIntegration extends Feature { public function isApplicable(): bool { return true; } public function register(): void { Log::extend('sentry', function ($app, array $config) { return (new LogChannel($app))($config); }); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings