Small refactor in #5153

This commit is contained in:
James Cole
2021-10-02 14:23:34 +02:00
parent b919a5705c
commit a14568c796
2 changed files with 7 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
<?php
/**
/*
* HealthcheckController.php
* Copyright (c) 2019 james@firefly-iii.org
* Copyright (c) 2021 https://github.com/ajgon
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
@@ -20,8 +20,9 @@
*/
declare(strict_types=1);
namespace FireflyIII\Http\Controllers;
namespace FireflyIII\Http\Controllers\System;
use FireflyIII\Http\Controllers\Controller;
use Illuminate\Http\Response;
/**