mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 17:57:09 +00:00
Remove reference to a method no longer used.
This commit is contained in:
@@ -48,7 +48,7 @@ trait ModelInformation
|
||||
protected function getActionsForBill(Bill $bill): array // get info and augument
|
||||
{
|
||||
try {
|
||||
$result = prefixView(
|
||||
$result = view(
|
||||
'rules.partials.action',
|
||||
[
|
||||
'oldAction' => 'link_to_bill',
|
||||
@@ -136,7 +136,7 @@ trait ModelInformation
|
||||
];
|
||||
foreach ($billTriggers as $index => $trigger) {
|
||||
try {
|
||||
$string = prefixView(
|
||||
$string = view(
|
||||
'rules.partials.trigger',
|
||||
[
|
||||
'oldTrigger' => $trigger,
|
||||
@@ -252,7 +252,7 @@ trait ModelInformation
|
||||
|
||||
foreach ($journalTriggers as $index => $trigger) {
|
||||
try {
|
||||
$string = prefixView(
|
||||
$string = view(
|
||||
'rules.partials.trigger',
|
||||
[
|
||||
'oldTrigger' => $trigger,
|
||||
|
Reference in New Issue
Block a user