Skip to content

Commit

Permalink
set postges add documents
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Mar 25, 2024
1 parent 58ac84c commit 6c3db9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Models/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class Document extends Model
protected $cast = [
'type' => TypesEnum::class,
'status' => StatusEnum::class,
'status' => 'string',
];

public function collection(): BelongsTo
Expand Down

0 comments on commit 6c3db9a

Please sign in to comment.