]> BookStack Code Mirror - bookstack/blobdiff - app/Interfaces/Viewable.php
Added "page_include_parse" theme event
[bookstack] / app / Interfaces / Viewable.php
index 4a7b6a013f0e273dc2bba46534d1a717244b7936..d79ebed997d8a6a91219511c50da4851c61d5e7d 100644 (file)
@@ -1,4 +1,6 @@
-<?php namespace BookStack\Interfaces;
+<?php
+
+namespace BookStack\Interfaces;
 
 use Illuminate\Database\Eloquent\Relations\MorphMany;
 
@@ -8,4 +10,4 @@ interface Viewable
      * Get all view instances for this viewable model.
      */
     public function views(): MorphMany;
-}
\ No newline at end of file
+}