Remove all constructors.

This commit is contained in:
James Cole
2017-01-30 16:46:30 +01:00
parent 311c1a3c84
commit 1e947870a6
26 changed files with 128 additions and 252 deletions

View File

@@ -43,16 +43,6 @@ class AccountRepository implements AccountRepositoryInterface
/** @var array */
private $validFields = ['accountRole', 'ccMonthlyPaymentDate', 'ccType', 'accountNumber', 'currency_id', 'BIC'];
/**
* AttachmentRepository constructor.
*
* @param User $user
*/
public function __construct(User $user)
{
$this->user = $user;
}
/**
* Moved here from account CRUD
*