Closed alihbuzaid closed 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
it is only on the laravel bundle page
Sorry about that, I had forgotten about that page. It's fixed now. Thanks :)
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