Added filament lookup for extensions

This commit is contained in:
Constantin Graf
2024-04-22 11:55:28 +02:00
committed by Constantin Graf
parent 5e979db912
commit bd6263708d
3 changed files with 35 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ class TelescopeServiceProvider extends TelescopeApplicationServiceProvider
$this->hideSensitiveRequestDetails();
Telescope::filter(function (IncomingEntry $entry) {
Telescope::filter(function (IncomingEntry $entry): bool {
if ($this->app->environment('local')) {
return true;
}