loic-sharma / Messages

A Laravel Bundle for the Swiftmailer library
GNU Lesser General Public License v3.0
39 stars 7 forks source link

passing varibles into View #15

Closed alihbuzaid closed 11 years ago

alihbuzaid commented 11 years ago

in the docs it is like this $message->MyVarible = 'My Name';

that want work the correct method is this

$message->body->MyVarible;

only documentation error

alihbuzaid commented 11 years ago

it is only on the laravel bundle page

loic-sharma commented 11 years ago

Sorry about that, I had forgotten about that page. It's fixed now. Thanks :)