mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-27 19:09:01 +03:00
Should wrap up the base landing page stuff for accounts, next step is server rendering
This commit is contained in:
@@ -74,11 +74,12 @@ interface RepositoryInterface
|
||||
*
|
||||
* @param array $fields
|
||||
* @param bool $validate
|
||||
* @param bool $force
|
||||
* @return mixed
|
||||
*
|
||||
* @throws \Pterodactyl\Exceptions\Model\DataValidationException
|
||||
*/
|
||||
public function create(array $fields, $validate = true);
|
||||
public function create(array $fields, $validate = true, $force = false);
|
||||
|
||||
/**
|
||||
* Delete a given record from the database.
|
||||
|
||||
Reference in New Issue
Block a user