Begin working on administrative server view changes
Also includes tests for the DatabaseCreation service.
This commit is contained in:
parent
0c513f24d5
commit
580e5ac569
18 changed files with 584 additions and 135 deletions
|
@ -32,7 +32,7 @@ interface ServerRepositoryInterface extends BaseRepositoryInterface
|
|||
* @param int $id
|
||||
* @param array $overrides
|
||||
* @param bool $start
|
||||
* @return mixed
|
||||
* @return \Psr\Http\Message\ResponseInterface
|
||||
*/
|
||||
public function create($id, $overrides = [], $start = false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue