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