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

Fix example quick form class in docs.

This commit is contained in:
Michael Stenta 2021-11-17 16:49:51 -05:00
parent ef14113282
commit ceb7123384

View file

@ -18,7 +18,7 @@ follows:
namespace Drupal\farm_egg\Plugin\QuickForm;
use Drupal\Core\Form\FormStateInterface;
use Drupal\farm_quick\QuickFormBase;
use Drupal\farm_quick\Plugin\QuickForm\QuickFormBase;
use Drupal\farm_quick\Traits\QuickLogTrait;
/**