]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/SocialSignInException.php
respective book and chapter structure added.
[bookstack] / app / Exceptions / SocialSignInException.php
index fa78ca85fbd556c9f4d0b53745e4a057ab425d69..859d23cc3ef00ff227548d9de9da8e5f70fb6fe9 100644 (file)
@@ -1,4 +1,7 @@
-<?php namespace BookStack\Exceptions;
+<?php
 
+namespace BookStack\Exceptions;
 
-class SocialSignInException extends NotifyException {}
\ No newline at end of file
+class SocialSignInException extends NotifyException
+{
+}