Jake Vanderwerf
4 days ago 0afb2c0046b55c123eafb4ab9ee77efa68d12463
inc/blocks/MenuBlock.php
@@ -29,7 +29,7 @@
    public function __construct()
    {
        $this->cache = Cache::for('menu', WEEK_IN_SECONDS)->connectTo('post', 'menu_item');
        $this->cache = Cache::for('menu', WEEK_IN_SECONDS)->connect('post');
        add_action('init', [ $this, 'registerBlock' ]);
    }