fix: Used correct declaration for setRawConfigs

- chore: Added README
This commit is contained in:
Aerex
2020-05-04 23:39:00 -05:00
parent 51b51e3de8
commit 56eb7e7571
2 changed files with 13 additions and 1 deletions

View File

@@ -8,5 +8,5 @@ interface IStorage {
public function save(Calendar $c);
public function refresh();
public function getConfig();
public function setRawConfigs();
public function setRawConfigs($rawConfigs);
}