Add missing @throws tag
This commit is contained in:
parent
9b81c2c6d3
commit
dae737ad17
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,8 @@ class Instance {
|
||||||
* Seed the database with test data.
|
* Seed the database with test data.
|
||||||
*
|
*
|
||||||
* @return string Return's the administrator user password.
|
* @return string Return's the administrator user password.
|
||||||
|
*
|
||||||
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public function seed(): string
|
public function seed(): string
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue