From b7c7a1f09ebbca1ed0c122692a36a61498ee604a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Fri, 10 Sep 2021 09:55:54 +0300 Subject: [PATCH] formatting --- .../{Update => Listener}/ShouldUpdateAllCompanies.php | 2 +- app/Jobs/Install/FinishUpdate.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename app/Interfaces/{Update => Listener}/ShouldUpdateAllCompanies.php (60%) diff --git a/app/Interfaces/Update/ShouldUpdateAllCompanies.php b/app/Interfaces/Listener/ShouldUpdateAllCompanies.php similarity index 60% rename from app/Interfaces/Update/ShouldUpdateAllCompanies.php rename to app/Interfaces/Listener/ShouldUpdateAllCompanies.php index f9611ffcd..592086eaf 100644 --- a/app/Interfaces/Update/ShouldUpdateAllCompanies.php +++ b/app/Interfaces/Listener/ShouldUpdateAllCompanies.php @@ -1,6 +1,6 @@