]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/MoveOperationException.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / app / Exceptions / MoveOperationException.php
index c237dfad3b4c1530877cc4dd10ccbb6017c379f8..47e0e7aa2226ba18e308434d146a92d3034a76b3 100644 (file)
@@ -1,8 +1,9 @@
-<?php namespace BookStack\Exceptions;
+<?php
+
+namespace BookStack\Exceptions;
 
 use Exception;
 
 class MoveOperationException extends Exception
 {
-
 }