%PDF- %PDF-
| Direktori : /www/loslex_o/production/vendor/laravel/framework/src/Illuminate/Log/ |
| Current File : /www/loslex_o/production/vendor/laravel/framework/src/Illuminate/Log/LogServiceProvider.php |
<?php
namespace Illuminate\Log;
use Illuminate\Support\ServiceProvider;
class LogServiceProvider extends ServiceProvider
{
/**
* Register the service provider.
*
* @return void
*/
public function register()
{
$this->app->singleton('log', fn ($app) => new LogManager($app));
}
}