Issue #3205031 by longwave: Missing use statement in Drupal\form_test\Form\FormTestVerticalTabsForm

merge-requests/593/head
catch 2021-04-22 20:01:34 +01:00
parent 7f6d534987
commit 77e42b0d1b
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
namespace Drupal\form_test\Form;
use Drupal\Component\Serialization\Json;
use Drupal\Core\Form\FormBase;
use Drupal\Core\Form\FormStateInterface;