From 4e6cc2991fa61144fedf117dc5d191770cc0caab Mon Sep 17 00:00:00 2001 From: NGUEREZA Tony Date: Mon, 20 Nov 2023 05:09:15 +0100 Subject: [PATCH] Add maintenance middleware --- src/Config/ConfigurationRepositoryInterface.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Config/ConfigurationRepositoryInterface.php b/src/Config/ConfigurationRepositoryInterface.php index ad12bbf..9c435fd 100644 --- a/src/Config/ConfigurationRepositoryInterface.php +++ b/src/Config/ConfigurationRepositoryInterface.php @@ -57,5 +57,4 @@ */ interface ConfigurationRepositoryInterface extends RepositoryInterface { - }