src/V4/Form/Type/Quote/QuoteTaskExternalRefType.php line 8

Open in your IDE?
  1. <?php
  2. namespace App\V4\Form\Type\Quote;
  3. use App\V4\Form\Type\ExternalRefType;
  4. use App\V4\Model\QuoteTaskExternalRef\QuoteTaskExternalRef;
  5. class QuoteTaskExternalRefType extends ExternalRefType
  6. {
  7.     public const DATA_CLASS QuoteTaskExternalRef::class;
  8. }