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()