feat: view horizon

This commit is contained in:
2026-05-18 20:43:57 +02:00
parent f5a3e79c8a
commit d706dd587a
+1 -2
View File
@@ -28,8 +28,7 @@ class HorizonServiceProvider extends HorizonApplicationServiceProvider
protected function gate(): void
{
Gate::define('viewHorizon', function ($user = null) {
return false;
return true;
});
}
}