Update, rebuild, and add a new API endpoint.

This commit is contained in:
James Cole
2024-01-17 20:23:02 +01:00
parent 66b0d9d309
commit 44df07a5f5
52 changed files with 1638 additions and 241 deletions

View File

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