diff options
| author | horus | 2020-04-19 18:30:54 +0200 |
|---|---|---|
| committer | horus | 2020-04-19 18:30:54 +0200 |
| commit | a1f147cf4f6b5f4f77afdf245434fa0f4429228a (patch) | |
| tree | 29e3743fd8bdb4288e0ee2bd638fb30804bb0f3c /app/Http/Controllers/IndexController.php | |
| parent | 41d56e98417055dffcb45c44b5d68db6b8917ef2 (diff) | |
| download | senpai-a1f147cf4f6b5f4f77afdf245434fa0f4429228a.tar.gz | |
Unimportant stuff for testing purposes.
Diffstat (limited to 'app/Http/Controllers/IndexController.php')
| -rw-r--r-- | app/Http/Controllers/IndexController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Http/Controllers/IndexController.php b/app/Http/Controllers/IndexController.php index 3704afe..d9e792a 100644 --- a/app/Http/Controllers/IndexController.php +++ b/app/Http/Controllers/IndexController.php @@ -25,7 +25,7 @@ class IndexController extends Controller { #public function iCal(Request $request) { public function iCal($username) { - if ( ! Cache::has('schedule_' . $username)) { + if ( ! Cache::has('xschedule_' . $username)) { $helper = new Helper(); $schedule = $helper->getCalendar($username); Cache::put('schedule_' . $username, $schedule, 360); |
