3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Remove unnecessary StringTranslationTrait import.

This commit is contained in:
paul121 2021-06-14 10:15:48 -07:00 committed by Michael Stenta
parent f18b12aff8
commit 6be62e0d02
2 changed files with 0 additions and 6 deletions

View file

@ -2,7 +2,6 @@
namespace Drupal\farm_land\Plugin\Asset\AssetType;
use Drupal\Core\StringTranslation\StringTranslationTrait;
use Drupal\farm_entity\Plugin\Asset\AssetType\FarmAssetType;
/**
@ -15,8 +14,6 @@ use Drupal\farm_entity\Plugin\Asset\AssetType\FarmAssetType;
*/
class Land extends FarmAssetType {
use StringTranslationTrait;
/**
* {@inheritdoc}
*/

View file

@ -2,7 +2,6 @@
namespace Drupal\farm_structure\Plugin\Asset\AssetType;
use Drupal\Core\StringTranslation\StringTranslationTrait;
use Drupal\farm_entity\Plugin\Asset\AssetType\FarmAssetType;
/**
@ -15,8 +14,6 @@ use Drupal\farm_entity\Plugin\Asset\AssetType\FarmAssetType;
*/
class Structure extends FarmAssetType {
use StringTranslationTrait;
/**
* {@inheritdoc}
*/