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