mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-06 10:44:33 +08:00
Got standard form-based registration working
This commit is contained in:
7
app/Exceptions/UserRegistrationException.php
Normal file
7
app/Exceptions/UserRegistrationException.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php namespace Oxbow\Exceptions;
|
||||
|
||||
|
||||
class UserRegistrationException extends NotifyException
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user