Completed
Push — componentlibrary ( 8d2e99...1302db )
by
unknown
02:08
created
Components/GridTeaserTiles/functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 use Flynt;
6 6
 use Flynt\Utils\Component;
7 7
 
8
-add_filter('Flynt/addComponentData?name=GridTeaserTiles', function ($data) {
8
+add_filter('Flynt/addComponentData?name=GridTeaserTiles', function($data) {
9 9
     Component::enqueueAssets('GridTeaserTiles', [
10 10
         [
11 11
             'name' => 'objectFitPolyfill',
Please login to merge, or discard this patch.