Adapted attachment repository.

This commit is contained in:
James Cole
2016-03-03 08:38:24 +01:00
parent d9eb14d6e5
commit 13bac92a24
2 changed files with 17 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ class AccountRepository implements AccountRepositoryInterface
*/
public function __construct(User $user)
{
Log::debug('Constructed for user #' . $user->id . ' (' . $user->email . ')');
Log::debug('Constructed account repository for user #' . $user->id . ' (' . $user->email . ')');
$this->user = $user;
}