Move import to factory #1222

This commit is contained in:
James Cole
2018-03-24 14:05:29 +01:00
parent 796ab4bf2c
commit 3c9b7c07af
8 changed files with 180 additions and 225 deletions

View File

@@ -53,9 +53,9 @@ class ImportBudget
}
/**
* @return Budget
* @return Budget|null
*/
public function getBudget(): Budget
public function getBudget(): ?Budget
{
if (null === $this->budget) {
$this->store();