Add newlines and remove some unused translations.

This commit is contained in:
James Cole
2020-05-30 07:33:06 +02:00
parent 64ac3927ec
commit f3ac8a5888
67 changed files with 61 additions and 397 deletions

View File

@@ -143,4 +143,4 @@ class AccountSearch implements GenericSearchInterface
$this->user = $user;
}
}
}

View File

@@ -35,4 +35,4 @@ interface GenericSearchInterface
*/
public function search(): Collection;
}
}

View File

@@ -37,4 +37,4 @@ class TransactionSearch implements GenericSearchInterface
{
// TODO: Implement search() method.
}
}
}

View File

@@ -145,4 +145,4 @@ class TransferSearch implements GenericSearchInterface
$this->source = $this->accountRepository->findByName($source, $this->types);
}
}
}
}