Files
online.tbbank.gov.tm-larave…/config/pulse-about-application.php
2024-01-27 14:33:42 +05:00

18 lines
297 B
PHP

<?php
declare(strict_types=1);
return [
/**
* Hide sections from the about command.
*
* Possible values are: "environment", "cache", "drivers", "livewire
*/
'hide' => [
// 'environment',
// 'cache',
// 'drivers',
'livewire',
],
];