update pulse

This commit is contained in:
2024-01-26 00:24:09 +05:00
parent aaf28aadff
commit 7eec5cce74
11 changed files with 315 additions and 1 deletions

View File

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