1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Start user invite system

This commit is contained in:
Dan Brown
2019-08-17 15:52:33 +01:00
parent 4de432b50d
commit 44330bdd24
11 changed files with 299 additions and 91 deletions

View File

@ -0,0 +1,3 @@
<?php namespace BookStack\Exceptions;
class UserTokenNotFoundException extends \Exception {}