diff --git a/src/App/Models/FilingPurpose.php b/src/App/Models/FilingPurpose.php index 76a7655..b13b1b6 100644 --- a/src/App/Models/FilingPurpose.php +++ b/src/App/Models/FilingPurpose.php @@ -14,6 +14,8 @@ class FilingPurpose extends Model implements \Asseco\Attachments\App\Contracts\F protected $guarded = ['id', 'created_at', 'updated_at']; + protected $keyType = 'string'; + public function attachments(): HasMany { return $this->hasMany(Attachment::class);