From ea7cffc1a35043a1b9841cf510ab4f8eadbdd153 Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 14 Nov 2025 15:57:27 +0000 Subject: [PATCH] Made tag_color fillable --- app/Models/Company.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Company.php b/app/Models/Company.php index 72a12aebc6..4cd8c8e724 100644 --- a/app/Models/Company.php +++ b/app/Models/Company.php @@ -72,6 +72,7 @@ final class Company extends SnipeModel 'fax', 'email', 'created_by', + 'tag_color', 'notes', ];