fix: Used correct declaration for setRawConfigs
- chore: Added README
This commit is contained in:
parent
51b51e3de8
commit
56eb7e7571
12
README.md
Normal file
12
README.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# baikal-storage-plugin
|
||||||
|
|
||||||
|
## Install
|
||||||
|
```
|
||||||
|
composer require aerex/baikal-storage-plugin
|
||||||
|
```
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
- Add the plugin to `Core/Frameworks/Baikal/Core/Server.php`
|
||||||
|
```
|
||||||
|
$this->server->addPlugin(new \Aerex\BaikalStorage\Plugin())
|
||||||
|
```
|
@ -8,5 +8,5 @@ interface IStorage {
|
|||||||
public function save(Calendar $c);
|
public function save(Calendar $c);
|
||||||
public function refresh();
|
public function refresh();
|
||||||
public function getConfig();
|
public function getConfig();
|
||||||
public function setRawConfigs();
|
public function setRawConfigs($rawConfigs);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user