Skip to content

Commit

Permalink
Fix lowercase Use statement. Not sure why this did not complain before
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoPino committed Aug 17, 2021
1 parent 504e614 commit cb9b9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/WebformHandler/strawberryFieldharvester.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Drupal\webform\Plugin\WebformElementEntityReferenceInterface;
use Drupal\webform\Plugin\WebformHandlerBase;
use Drupal\webform\WebformInterface;
use Drupal\webform\webformSubmissionInterface;
use Drupal\webform\WebformSubmissionInterface;
use Drupal\Core\Entity\EntityTypeManagerInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Drupal\strawberryfield\Tools\Ocfl\OcflHelper;
Expand Down

0 comments on commit cb9b9c4

Please sign in to comment.