Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed May 14, 2024
1 parent 225308a commit 61f6c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App/Models/FilingPurpose.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 61f6c26

Please sign in to comment.