There is at least one abstract method in this class. Maybe declare it as abstract, or implement the remaining methods: getNodeDefinition, load, prepend
Loading history...
21
{
22
/**
23
* {@inheritdoc}
24
*/
25
public function name(): string
26
{
27
return 'firewall';
28
}
29
30
/**
31
* {@inheritdoc}
32
*/
33
protected function continueLoading(string $path, ContainerBuilder $container, array $config)