From 6456f4eaf2bf39be0dae16e339c6a9996d32027b Mon Sep 17 00:00:00 2001 From: Alexander Gabriel Date: Fri, 20 Feb 2026 22:10:58 +0000 Subject: [PATCH] =?UTF-8?q?alle=20angemeldeten=20User=20k=C3=B6nnen=20das?= =?UTF-8?q?=20Panel=20sehen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/User.php b/app/Models/User.php index 31211d3..fb97496 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -29,7 +29,7 @@ class User extends Authenticatable implements FilamentUser public function canAccessPanel(Panel $panel): bool { - return str_ends_with($this->email, '@auerbach-stiftung.de') || str_ends_with($this->email, '@digital-infinity.de'); + return true; } /** * The attributes that should be hidden for serialization.