* * @static * @return void */ public static function bootCounterCacheUpdated() { static::updated(function ($model) { app('Nodes\CounterCache\CounterCache')->count($model); }); } }