diff options
-rwxr-xr-x | bin/fixmystreet.com/fixture | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fixmystreet.com/fixture b/bin/fixmystreet.com/fixture index 78f96f235..aceb75bd3 100755 --- a/bin/fixmystreet.com/fixture +++ b/bin/fixmystreet.com/fixture @@ -20,7 +20,7 @@ use Path::Tiny; use FixMyStreet; use FixMyStreet::Cobrand; use FixMyStreet::DB::Factories; -use FixMyStreet::App::Model::Photoset; +use FixMyStreet::App::Model::PhotoSet; use DateTime::Format::Pg; use Getopt::Long::Descriptive; |