diff --git a/mail.md b/mail.md index 00ebe332861..4173a62cd36 100644 --- a/mail.md +++ b/mail.md @@ -487,7 +487,7 @@ To get started, implement the `Illuminate\Contracts\Mail\Attachable` interface o use Illuminate\Database\Eloquent\Model; use Illuminate\Mail\Attachment; - class Photo extends Model + class Photo extends Model implements Attachable { /** * Get the attachable representation of the model.