Minor cs fixes

This commit is contained in:
Graham Campbell
2014-03-15 10:14:55 +00:00
parent a2cb6049c9
commit 753370615e
22 changed files with 23 additions and 23 deletions

View File

@@ -49,4 +49,4 @@ class User extends Eloquent implements UserInterface, RemindableInterface {
return $this->email;
}
}
}