mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Fix various code style issues.
This commit is contained in:
@@ -296,8 +296,7 @@ class FireflyValidator extends Validator
|
||||
{
|
||||
$accountId = $this->data['id'] ?? 0;
|
||||
|
||||
$query = AccountMeta::
|
||||
leftJoin('accounts', 'accounts.id', '=', 'account_meta.account_id')
|
||||
$query = AccountMeta::leftJoin('accounts', 'accounts.id', '=', 'account_meta.account_id')
|
||||
->where('accounts.user_id', auth()->user()->id)
|
||||
->where('account_meta.name', 'accountNumber');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user