Completed
Push — constructionplanless ( d7f83f...b5df19 )
by Dominik
01:33
created
Components/GridPostsSlider/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\Utils\Asset;
6 6
 use Flynt\Features\Components\Component;
7 7
 
8
-add_filter('Flynt/addComponentData?name=GridPostsSlider', function ($data) {
8
+add_filter('Flynt/addComponentData?name=GridPostsSlider', function($data) {
9 9
     Component::enqueueAssets('GridPostsSlider', [
10 10
         [
11 11
             'name' => 'slick-carousel',
Please login to merge, or discard this patch.