Add missing @throws tag

This commit is contained in:
Alex Tselegidis 2023-03-17 07:20:29 +01:00
parent 9b81c2c6d3
commit dae737ad17
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ class Instance {
* Seed the database with test data.
*
* @return string Return's the administrator user password.
*
* @throws Exception
*/
public function seed(): string
{