Middleware to generate unique ID for Firefly III installation.

This commit is contained in:
James Cole
2020-01-31 07:24:41 +01:00
parent b697b71e59
commit c7f25c5486
6 changed files with 73 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ class HomeController extends Controller
{
/**
* HomeController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
@@ -57,6 +58,7 @@ class HomeController extends Controller
* Change index date range.
*
* @param Request $request
*
* @return JsonResponse
* @throws Exception
*/
@@ -98,6 +100,7 @@ class HomeController extends Controller
* Show index.
*
* @param AccountRepositoryInterface $repository
*
* @return \Illuminate\Contracts\View\Factory|\Illuminate\Http\RedirectResponse|\Illuminate\Routing\Redirector|\Illuminate\View\View
* @throws Exception
*/