Updated: Duplicate variable removed.

Duplication removed.
This commit is contained in:
Abdul Rehman 2021-12-02 03:14:14 +05:00 committed by GitHub
parent 3820fef9ed
commit 8eae4b7a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -45,8 +45,6 @@ class ExchangeRateController extends Controller
$this->currencyRepository = $currencyRepository;
$this->exchangeRateRepository = $exchangeRateRepository;
$this->_config = request('_config');
}
@ -180,4 +178,4 @@ class ExchangeRateController extends Controller
return response()->json(['message' => false], 400);
}
}
}