New and updated files for beta 2

This commit is contained in:
James Cole
2023-02-19 11:16:15 +01:00
parent aab8eb467c
commit c3a4656e22
64 changed files with 1333 additions and 1306 deletions

View File

@@ -194,7 +194,7 @@ class TransactionGroupRepository implements TransactionGroupRepositoryInterface
*/
public function setUser(User|Authenticatable|null $user): void
{
if(null !== $user) {
if (null !== $user) {
$this->user = $user;
}
}