Some refactoring.

This commit is contained in:
James Cole
2018-06-21 18:58:27 +02:00
parent 1d162edb59
commit 50b599b1a9
6 changed files with 9 additions and 17 deletions

View File

@@ -42,7 +42,8 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
* @property string $name
* @property string $iban
* @property AccountType $accountType
* @property bool $active
* @property bool $active
* @property string $virtual_balance
*/
class Account extends Model
{