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)