]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/SocialSignInException.php
Updated styles to use logical properties/values
[bookstack] / app / Exceptions / SocialSignInException.php
index fa78ca85fbd556c9f4d0b53745e4a057ab425d69..734b46e5f501537d964de82c1e634087ceeea02a 100644 (file)
@@ -1,4 +1,6 @@
 <?php namespace BookStack\Exceptions;
 
+class SocialSignInException extends NotifyException
+{
 
-class SocialSignInException extends NotifyException {}
\ No newline at end of file
+}