From f2f9031271ae794778530db565e7a112d54442ab Mon Sep 17 00:00:00 2001 From: Louis Jeckel Date: Thu, 1 Oct 2020 18:58:41 +0200 Subject: [PATCH] Update Prospect.php --- app/Nova/Prospect.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Nova/Prospect.php b/app/Nova/Prospect.php index 2669179..e3963ac 100644 --- a/app/Nova/Prospect.php +++ b/app/Nova/Prospect.php @@ -13,6 +13,7 @@ class Prospect extends User public static $group = "Annuaire"; public static $type = \App\User::TYPE_PROSPECT; + public static $globallySearchable = true; public static function label() -- 2.39.5