Skip to content

Commit

Permalink
Adds missing use statement for Locale
Browse files Browse the repository at this point in the history
Fixes an error when translating the description if the propagation method is set to PROPAGATION_METHOD_LANGUAGE
  • Loading branch information
andersaloof authored Jul 29, 2020
1 parent a397527 commit efe20ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fields/SuperTableField.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
use craft\helpers\Gql as GqlHelper;
use craft\helpers\Json;
use craft\helpers\StringHelper;
use craft\i18n\Locale;
use craft\queue\jobs\ApplyNewPropagationMethod;
use craft\queue\jobs\ResaveElements;
use craft\services\Elements;
Expand Down

0 comments on commit efe20ee

Please sign in to comment.