@@ -29,7 +29,7 @@ |
||
29 | 29 | { |
30 | 30 | parent::__construct($id, $name, $description); |
31 | 31 | |
32 | - add_action('widgets_init', [$this, 'register']); |
|
32 | + add_action('widgets_init', [ $this, 'register' ]); |
|
33 | 33 | } |
34 | 34 | |
35 | 35 | /** |