mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Simplified export controller.
This commit is contained in:
@@ -22,7 +22,7 @@ class Domain
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public static function getBindables()
|
||||
public static function getBindables(): array
|
||||
{
|
||||
return Config::get('firefly.bindables');
|
||||
|
||||
@@ -31,7 +31,7 @@ class Domain
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public static function getRuleActions()
|
||||
public static function getRuleActions(): array
|
||||
{
|
||||
return Config::get('firefly.rule-actions');
|
||||
}
|
||||
@@ -39,7 +39,7 @@ class Domain
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public static function getRuleTriggers()
|
||||
public static function getRuleTriggers(): array
|
||||
{
|
||||
return Config::get('firefly.rule-triggers');
|
||||
}
|
||||
|
Reference in New Issue
Block a user