From b2d2d34c102c245d338c6dcb9a7eddeface5d7a7 Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Mon, 20 Jan 2020 12:40:10 +0800 Subject: [PATCH] Fix code quality errors --- config/hashing.php | 2 +- config/logging.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hashing.php b/config/hashing.php index bc5da3a6e..842577087 100644 --- a/config/hashing.php +++ b/config/hashing.php @@ -49,4 +49,4 @@ return [ 'time' => 2, ], -]; \ No newline at end of file +]; diff --git a/config/logging.php b/config/logging.php index 372fc9e4b..d09cd7d29 100644 --- a/config/logging.php +++ b/config/logging.php @@ -91,4 +91,4 @@ return [ ], ], -]; \ No newline at end of file +];