Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/bristol-main-alloy-integration' …
Browse files Browse the repository at this point in the history
…into commercial-staging
  • Loading branch information
dracos committed Feb 4, 2025
2 parents 9823667 + c04d583 commit a31e3af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions perllib/FixMyStreet/Cobrand/Bristol.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ use parent 'FixMyStreet::Cobrand::Whitelabel';

use Moo;
with 'FixMyStreet::Roles::Open311Alloy';
with 'FixMyStreet::Roles::Open311Multi';

use strict;
use warnings;
Expand Down Expand Up @@ -238,6 +239,9 @@ sub munge_overlapping_asset_bodies {
}
}

sub open311_munge_update_params {
}

sub check_report_is_on_cobrand_asset {
my ($self) = @_;

Expand Down

0 comments on commit a31e3af

Please sign in to comment.