From 5a6d543e345eb9d046f841d01657554ac0cdfe04 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 17 Nov 2020 08:56:52 +1100 Subject: [PATCH] Minor fixes for imports --- app/Jobs/Util/StartMigration.php | 4 ++-- app/PaymentDrivers/BaseDriver.php | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/Jobs/Util/StartMigration.php b/app/Jobs/Util/StartMigration.php index 22e215c763d0..728b9aa182e0 100644 --- a/app/Jobs/Util/StartMigration.php +++ b/app/Jobs/Util/StartMigration.php @@ -51,11 +51,11 @@ class StartMigration implements ShouldQueue * @param User $user * @param Company $company */ - public $tries = 1; + public $tries = 0; public $timeout = 86400; - public $backoff = 86430; + //public $backoff = 86430; public function __construct($filepath, User $user, Company $company) { diff --git a/app/PaymentDrivers/BaseDriver.php b/app/PaymentDrivers/BaseDriver.php index 1ae24f09aeeb..be19bb35c73a 100644 --- a/app/PaymentDrivers/BaseDriver.php +++ b/app/PaymentDrivers/BaseDriver.php @@ -1,5 +1,4 @@