@@ -2,7 +2,7 @@ discard block |
||
| 2 | 2 | |
| 3 | 3 | use Flynt\Utils\Asset; |
| 4 | 4 | |
| 5 | -add_action('wp_enqueue_scripts', function () { |
|
| 5 | +add_action('wp_enqueue_scripts', function() { |
|
| 6 | 6 | Asset::enqueue([ |
| 7 | 7 | 'name' => 'Flynt/assets/vendor', |
| 8 | 8 | 'type' => 'script', |
@@ -60,7 +60,7 @@ discard block |
||
| 60 | 60 | } |
| 61 | 61 | }); |
| 62 | 62 | |
| 63 | -add_action('admin_enqueue_scripts', function () { |
|
| 63 | +add_action('admin_enqueue_scripts', function() { |
|
| 64 | 64 | Asset::enqueue([ |
| 65 | 65 | 'name' => 'Flynt/assets/vendorAdmin', |
| 66 | 66 | 'type' => 'script', |