Skip to content

Commit

Permalink
Update Attachment.php
Browse files Browse the repository at this point in the history
  • Loading branch information
OhmygoodR authored Jan 27, 2024
1 parent c661a7c commit 5711d7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Models/Attachment.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ class Attachment extends Model
public function attachable()
{
// TASK: fill in the code to make it work
return $this->morphTo();
}
}

0 comments on commit 5711d7c

Please sign in to comment.