mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 03:17:15 +03:00
8 lines
67 B
PHP
8 lines
67 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'default' => env('LOG_CHANNEL', 'daily'),
|
|
|
|
];
|