* * @static * @return void */ public static function bootCounterCacheRestored() { if (method_exists(__CLASS__, 'restored')) { static::restored(function ($model) { app('Nodes\CounterCache\CounterCache')->count($model); }); } } }