Jake Vanderwerf
9 hours ago 88d9e0e2b7997eb0c96dc737082c91b4e3f7ca6e
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' ]);
    }