]>
BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/LoginAttemptEmailNeededException.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Aded roles API controller methods
[bookstack]
/
app
/
Exceptions
/
LoginAttemptEmailNeededException.php
diff --git
a/app/Exceptions/LoginAttemptEmailNeededException.php
b/app/Exceptions/LoginAttemptEmailNeededException.php
index 7ffb0c0658c959214e26010f9fe25485805a1b81..e4cb62c86ef4ff124254b018d21fa7f77dab2f6b 100644
(file)
--- a/
app/Exceptions/LoginAttemptEmailNeededException.php
+++ b/
app/Exceptions/LoginAttemptEmailNeededException.php
@@
-1,6
+1,7
@@
-<?php namespace BookStack\Exceptions;
+<?php
+
+namespace BookStack\Exceptions;
class LoginAttemptEmailNeededException extends LoginAttemptException
{
-
}