mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 20:25:28 +00:00
Add language in cache as well.
This commit is contained in:
@@ -41,7 +41,8 @@ interface HelpInterface
|
||||
|
||||
/**
|
||||
* @param string $route
|
||||
* @param string $language
|
||||
* @param array $content
|
||||
*/
|
||||
public function putInCache(string $route, array $content);
|
||||
public function putInCache(string $route, string $language, array $content);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user