belongsTo(DeliveryMan::class, 'delivery_man_id'); } protected static function booted() { static::addGlobalScope(new ZoneScope); } }