mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03: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