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 */