mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
🤖 Auto commit for release 'develop' on 2025-05-24
This commit is contained in:
@@ -24,7 +24,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace FireflyIII\Http\Middleware;
|
||||
|
||||
use Closure;
|
||||
use FireflyIII\Exceptions\FireflyException;
|
||||
use FireflyIII\Support\System\OAuthKeys;
|
||||
use Illuminate\Database\QueryException;
|
||||
@@ -46,7 +45,7 @@ class Installer
|
||||
*
|
||||
* @throws FireflyException
|
||||
*/
|
||||
public function handle($request, Closure $next)
|
||||
public function handle($request, \Closure $next)
|
||||
{
|
||||
// Log::debug(sprintf('Installer middleware for URL %s', $request->url()));
|
||||
// ignore installer in test environment.
|
||||
|
Reference in New Issue
Block a user