mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 00:27:30 +00:00
Add newlines and remove some unused translations.
This commit is contained in:
@@ -143,4 +143,4 @@ class AccountSearch implements GenericSearchInterface
|
||||
$this->user = $user;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -35,4 +35,4 @@ interface GenericSearchInterface
|
||||
*/
|
||||
public function search(): Collection;
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -37,4 +37,4 @@ class TransactionSearch implements GenericSearchInterface
|
||||
{
|
||||
// TODO: Implement search() method.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -145,4 +145,4 @@ class TransferSearch implements GenericSearchInterface
|
||||
$this->source = $this->accountRepository->findByName($source, $this->types);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user