mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 22:16:15 +00:00
API Feature (#334)
This commit is contained in:
@ -8,6 +8,10 @@ public function createRules(array $input): array;
|
||||
|
||||
public function createData(array $input): array;
|
||||
|
||||
public function editRules(array $input): array;
|
||||
|
||||
public function editData(array $input): array;
|
||||
|
||||
public function data(): array;
|
||||
|
||||
public function connect(): bool;
|
||||
|
Reference in New Issue
Block a user