]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/SocialSignInException.php
#47 - Fixes the issues with the test case.
[bookstack] / app / Exceptions / SocialSignInException.php
index 774a2a3ba4efa685e0314dd4e8d5f3bbc6677c5a..fa78ca85fbd556c9f4d0b53745e4a057ab425d69 100644 (file)
@@ -1,7 +1,4 @@
-<?php namespace Oxbow\Exceptions;
+<?php namespace BookStack\Exceptions;
 
 
-class SocialSignInException extends NotifyException
-{
-
-}
\ No newline at end of file
+class SocialSignInException extends NotifyException {}
\ No newline at end of file