Skip to content
Snippets Groups Projects
Commit db30998b authored by Ankit Pathak's avatar Ankit Pathak
Browse files

Fixing create method.

parent b7cd8c35
No related branches found
No related tags found
1 merge request!54Automated Project Update Bot fixes from run 11-188815.
......@@ -2,8 +2,6 @@
namespace Drupal\geocoder\Form;
use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\Config\TypedConfigManagerInterface;
use Drupal\Core\Form\ConfigFormBase;
use Drupal\Core\Form\FormStateInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
......@@ -13,6 +11,13 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
*/
class SettingsForm extends ConfigFormBase {
/**
* {@inheritdoc}
*/
public static function create(ContainerInterface $container) {
return parent::create($container);
}
/**
* {@inheritdoc}
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment