This commit is contained in:
James Cole
2019-10-10 20:58:13 +02:00
parent 460906fdfe
commit 5e9e749179
2 changed files with 3 additions and 2 deletions

View File

@@ -113,6 +113,7 @@ class IntroController
}
Log::debug(sprintf('Going to mark the following route as NOT done: %s with special "%s" (%s)', $route, $specialPage, $key));
app('preferences')->set($key, false);
app('preferences')->mark();
return response()->json(['message' => (string)trans('firefly.intro_boxes_after_refresh')]);
}