mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Renamed some stuff, courtesy of sensiolabs.
This commit is contained in:
@@ -31,4 +31,4 @@ interface ActionInterface
|
||||
* @return bool
|
||||
*/
|
||||
public function act();
|
||||
}
|
||||
}
|
||||
|
@@ -53,4 +53,4 @@ class AddTag implements ActionInterface
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -45,4 +45,4 @@ class AppendDescription implements ActionInterface
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -45,4 +45,4 @@ class ClearBudget implements ActionInterface
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -45,4 +45,4 @@ class ClearCategory implements ActionInterface
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -45,4 +45,4 @@ class PrependDescription implements ActionInterface
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -45,4 +45,4 @@ class RemoveAllTags implements ActionInterface
|
||||
return true;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -58,4 +58,4 @@ class RemoveTag implements ActionInterface
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -62,4 +62,4 @@ class SetBudget implements ActionInterface
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -51,4 +51,4 @@ class SetCategory implements ActionInterface
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -45,4 +45,4 @@ class SetDescription implements ActionInterface
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user