mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-06 12:45:30 +00:00
Currency code expansion.
This commit is contained in:
@@ -39,11 +39,8 @@ use Log;
|
||||
*/
|
||||
class CurrencyController extends Controller
|
||||
{
|
||||
/** @var CurrencyRepositoryInterface The currency repository */
|
||||
protected $repository;
|
||||
|
||||
/** @var UserRepositoryInterface The user repository */
|
||||
protected $userRepository;
|
||||
protected CurrencyRepositoryInterface $repository;
|
||||
protected UserRepositoryInterface $userRepository;
|
||||
|
||||
/**
|
||||
* CurrencyController constructor.
|
||||
|
Reference in New Issue
Block a user