]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/ImageUploadException.php
Set /app PHP code to PSR-2 standard
[bookstack] / app / Exceptions / ImageUploadException.php
index 6f4c73037052f304f47ab857d243f29347b2ee16..c64dddaa2b16356f42eeb4d2c0b8d2cb181c4f47 100644 (file)
@@ -1,3 +1,6 @@
 <?php namespace BookStack\Exceptions;
 
-class ImageUploadException extends PrettyException {}
\ No newline at end of file
+class ImageUploadException extends PrettyException
+{
+
+}