dbfdg remember($cacheKey, now()->addHours(24), function () use ($code) { return Language::where('code', $code)->first(); }); } }