mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Expand tests.
This commit is contained in:
@@ -55,7 +55,7 @@ class TransactionCurrency extends Model
|
||||
*
|
||||
* @return TransactionCurrency
|
||||
*/
|
||||
public static function routeBinder(self $currency)
|
||||
public static function routeBinder(TransactionCurrency $currency)
|
||||
{
|
||||
if (auth()->check()) {
|
||||
return $currency;
|
||||
|
Reference in New Issue
Block a user