Issue #3205031 by longwave: Missing use statement in Drupal\form_test\Form\FormTestVerticalTabsForm
parent
7f6d534987
commit
77e42b0d1b
|
@ -2,6 +2,7 @@
|
|||
|
||||
namespace Drupal\form_test\Form;
|
||||
|
||||
use Drupal\Component\Serialization\Json;
|
||||
use Drupal\Core\Form\FormBase;
|
||||
use Drupal\Core\Form\FormStateInterface;
|
||||
|
||||
|
|
Loading…
Reference in New Issue