Skip to content

Commit

Permalink
Merge pull request #371 from andersaloof/patch-1
Browse files Browse the repository at this point in the history
Adds missing use statement for Locale
  • Loading branch information
engram-design authored Jul 29, 2020
2 parents a397527 + efe20ee commit b91e425
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 b91e425

Please sign in to comment.