Closed (fixed)
Project:
Lazy-load
Version:
8.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2021 at 16:25 UTC
Updated:
22 Mar 2021 at 00:09 UTC
Jump to comment: Most recent
Hello Osman,
There is a small error on your Commit f1720ce on 8.x-3.x.
there is an extra comma ',' on line 69 of the file src/Plugin/Filter/LazyFilter.php
public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) {
return new static(
$configuration,
$plugin_id,
$plugin_definition,
$container->get('config.factory')->get('lazy.settings'),
$container->get('lazy')
);
}
Comments
Comment #3
osmanThanks Steve.