Files
online.tbbank.gov.tm-larave…/config/pulse-about-application.php
2024-01-26 00:24:09 +05:00

18 lines
300 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',
],
];