Add newlines and copyright notices.

This commit is contained in:
James Cole
2018-12-31 07:48:23 +01:00
parent 005e4ba4d1
commit 3e25d66902
113 changed files with 381 additions and 97 deletions

View File

@@ -155,4 +155,4 @@ class NetWorth implements NetWorthInterface
$this->currencyRepos = app(CurrencyRepositoryInterface::class);
$this->currencyRepos->setUser($this->user);
}
}
}

View File

@@ -57,4 +57,4 @@ interface NetWorthInterface
*/
public function setUser(User $user): void;
}
}