mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Remove reference to guard from models.
This commit is contained in:
@@ -58,7 +58,7 @@ class TransactionCurrency extends Model
|
||||
*
|
||||
* @return TransactionCurrency
|
||||
*/
|
||||
public static function routeBinder($guard, string $value): TransactionCurrency
|
||||
public static function routeBinder(string $value): TransactionCurrency
|
||||
{
|
||||
if ($guard->check()) {
|
||||
$currencyId = intval($value);
|
||||
|
Reference in New Issue
Block a user