]>
BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/LoginAttemptException.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'basic-pwa-support' of https://github.com/GamerClassN7/BookStack into...
[bookstack]
/
app
/
Exceptions
/
LoginAttemptException.php
diff --git
a/app/Exceptions/LoginAttemptException.php
b/app/Exceptions/LoginAttemptException.php
index 22cc980a01757f623dea76bbaa7c216efa0602d9..1dd28d3ea29d3dfd7cfd53cb758fdeda3b14accf 100644
(file)
--- a/
app/Exceptions/LoginAttemptException.php
+++ b/
app/Exceptions/LoginAttemptException.php
@@
-1,6
+1,7
@@
-<?php namespace BookStack\Exceptions;
+<?php
+
+namespace BookStack\Exceptions;
class LoginAttemptException extends \Exception
{
-
}