@@ -6,8 +6,8 @@ |
||
6 | 6 | use Flynt\Utils\Asset; |
7 | 7 | use Timber\Menu; |
8 | 8 | |
9 | -add_filter('Flynt/addComponentData?name=NavigationFooter', function ($data) { |
|
10 | - add_action('wp_enqueue_scripts', function () { |
|
9 | +add_filter('Flynt/addComponentData?name=NavigationFooter', function($data) { |
|
10 | + add_action('wp_enqueue_scripts', function() { |
|
11 | 11 | Component::enqueueAssets('NavigationFooter'); |
12 | 12 | }); |
13 | 13 |