From 9f54c789a45f1ff1328537be78095957b2b25ee3 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 5 Jul 2023 08:10:11 +1000 Subject: [PATCH] Minor fixes for static analysis --- app/Models/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Client.php b/app/Models/Client.php index 959243ccb768..6365b493ba31 100644 --- a/app/Models/Client.php +++ b/app/Models/Client.php @@ -91,7 +91,6 @@ use Laracasts\Presenter\PresentableTrait; * @property-read \Illuminate\Database\Eloquent\Collection $gateway_tokens * @property-read int|null $gateway_tokens_count * @property-read mixed $hashed_id - * @property-read \App\Models\GroupSetting|null $group_settings * @property-read \Illuminate\Database\Eloquent\Collection $invoices * @property-read int|null $invoices_count * @property-read \Illuminate\Database\Eloquent\Collection $ledger @@ -112,6 +111,7 @@ use Laracasts\Presenter\PresentableTrait; * @property-read \Illuminate\Database\Eloquent\Collection $system_logs * @property-read int|null $system_logs_count * @property-read \Illuminate\Database\Eloquent\Collection $tasks + * @property-read \Illuminate\Database\Eloquent\Collection $recurring_invoices * @property-read int|null $tasks_count * @property-read \App\Models\User $user * @method static \Illuminate\Database\Eloquent\Builder|BaseModel company()