From 225308add2154532315ddf8a4292af209ca0a18d Mon Sep 17 00:00:00 2001 From: ngasparic Date: Tue, 14 May 2024 10:03:21 +0200 Subject: [PATCH 1/2] Update FilingPurpose.php protected $keyType = 'string'; --- src/App/Models/FilingPurpose.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App/Models/FilingPurpose.php b/src/App/Models/FilingPurpose.php index 76a7655..fd5455d 100644 --- a/src/App/Models/FilingPurpose.php +++ b/src/App/Models/FilingPurpose.php @@ -13,6 +13,8 @@ class FilingPurpose extends Model implements \Asseco\Attachments\App\Contracts\F use HasFactory; protected $guarded = ['id', 'created_at', 'updated_at']; + + protected $keyType = 'string'; public function attachments(): HasMany { From 61f6c2602d18d0f00dc7442e01a5fca6c47561d8 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Tue, 14 May 2024 08:03:39 +0000 Subject: [PATCH 2/2] Apply fixes from StyleCI --- src/App/Models/FilingPurpose.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App/Models/FilingPurpose.php b/src/App/Models/FilingPurpose.php index fd5455d..b13b1b6 100644 --- a/src/App/Models/FilingPurpose.php +++ b/src/App/Models/FilingPurpose.php @@ -13,8 +13,8 @@ class FilingPurpose extends Model implements \Asseco\Attachments\App\Contracts\F use HasFactory; protected $guarded = ['id', 'created_at', 'updated_at']; - - protected $keyType = 'string'; + + protected $keyType = 'string'; public function attachments(): HasMany {