Ejemplo n.º 1
0
 protected static function getFocusCount()
 {
     return \Cache::remember('enterprise_focus_count', 60, function () {
         return Customer::count();
     });
 }