Skip to content

Commit

Permalink
Update Attachment.php
Browse files Browse the repository at this point in the history
  • Loading branch information
OhmygoodR authored Apr 22, 2024
1 parent 4f3f4f8 commit 9a92b8a
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 9a92b8a

Please sign in to comment.