Zizaco / confide

Confide is a authentication solution for Laravel 4
1.19k stars 258 forks source link

Simplify User entity in sendEmail #502

Closed hotmeteor closed 9 years ago

hotmeteor commented 9 years ago

The full User entity throws memory errors, among others, in Laravel 4. This allows the User object to be used.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-2.1%) to 96.49% when pulling 85b795c4f0903419089a866081d7e71c4de82abe on hotmeteor:patch-1 into f00788879770d4a745312294c4988bb8973bce95 on Zizaco:username-optional.

Austinb commented 9 years ago

You need to move $lang out as that class can not be rebuilt either when unserialized.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-2.33%) to 96.26% when pulling d7bf7945b045eef7ec0f11090b61877ae845482b on hotmeteor:patch-1 into f00788879770d4a745312294c4988bb8973bce95 on Zizaco:username-optional.

Zizaco commented 9 years ago

@hotmeteor Thanks. I will try to do this keeping the tests green.