Skip to content
Snippets Groups Projects

Remove final from Barcode FieldFormatterPlugin

Files
2
@@ -21,7 +21,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
* admin_label = @Translation("Barcode"),
* )
*/
final class Barcode extends BlockBase implements ContainerFactoryPluginInterface {
class Barcode extends BlockBase implements ContainerFactoryPluginInterface {
/**
* A logger instance.
Loading