Skip to content

Commit 2b5c5d5

Browse files
committed
fix incorrect attribute
1 parent 3b9cda2 commit 2b5c5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Email.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public function getSubject()
204204
*/
205205
public function getSubjectAttribute()
206206
{
207-
return $this->view;
207+
return $this->subject;
208208
}
209209

210210
/**

0 commit comments

Comments
 (0)