From d473455680dba78ddaea43540d0b2e6f1c52a9f2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 11 Feb 2016 06:30:37 +0100 Subject: [PATCH] Valid misspelled #107 --- app/Repositories/Account/AccountRepository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Repositories/Account/AccountRepository.php b/app/Repositories/Account/AccountRepository.php index f5f4f2cb3b..1754f5ad73 100644 --- a/app/Repositories/Account/AccountRepository.php +++ b/app/Repositories/Account/AccountRepository.php @@ -31,7 +31,7 @@ use Steam; class AccountRepository implements AccountRepositoryInterface { - /** @var array Valied field names of account_meta */ + /** @var array Valid field names of account_meta */ private $validFields = ['accountRole', 'ccMonthlyPaymentDate', 'ccType', 'accountNumber']; /**