Add and remove exchange rates

This commit is contained in:
James Cole
2024-12-22 13:19:23 +01:00
parent 565bd87959
commit f6e642f72e
55 changed files with 1197 additions and 262 deletions

View File

@@ -30,7 +30,7 @@ class Domain
{
public static function getBindables(): array
{
return config('firefly.bindables');
return config('bindables.bindables');
}
public static function getRuleActions(): array