From 9008d1949499015da74392c6a19da380d73a4dbe Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 11 Jan 2023 17:30:20 +0100 Subject: [PATCH] Add include --- app/Support/Request/ChecksLogin.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Support/Request/ChecksLogin.php b/app/Support/Request/ChecksLogin.php index 93a9b9574c..70e69e9281 100644 --- a/app/Support/Request/ChecksLogin.php +++ b/app/Support/Request/ChecksLogin.php @@ -23,6 +23,8 @@ declare(strict_types=1); namespace FireflyIII\Support\Request; +use Illuminate\Support\Facades\Log; + /** * Trait ChecksLogin */