mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +00:00
Remove reference to a method no longer used.
This commit is contained in:
@@ -103,7 +103,7 @@ class BudgetLimitController extends Controller
|
||||
}
|
||||
);
|
||||
|
||||
return prefixView('budgets.budget-limits.create', compact('start', 'end', 'currencies', 'budget'));
|
||||
return view('budgets.budget-limits.create', compact('start', 'end', 'currencies', 'budget'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user