From 1de120784c173759b6be22f7063084a6726b97fc Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 18 Aug 2025 08:02:18 +1000 Subject: [PATCH] Static analysis --- app/Models/Company.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Company.php b/app/Models/Company.php index e850664dfc..b302e71fd3 100644 --- a/app/Models/Company.php +++ b/app/Models/Company.php @@ -228,6 +228,7 @@ use Laracasts\Presenter\PresentableTrait; * @property-read int|null $users_count * @property-read \Illuminate\Database\Eloquent\Collection $vendors * @property-read int|null $vendors_count + * @property-read \Illuminate\Database\Eloquent\Collection $locations * @property-read \Illuminate\Database\Eloquent\Collection $webhooks * @method static \Illuminate\Database\Eloquent\Builder|Company where($query) * @method static \Illuminate\Database\Eloquent\Builder|Company find($query)