Updated: Duplicate variable removed.
Duplication removed.
This commit is contained in:
parent
3820fef9ed
commit
8eae4b7a75
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue