]> BookStack Code Mirror - bookstack/blobdiff - app/Interfaces/Favouritable.php
Added "page_include_parse" theme event
[bookstack] / app / Interfaces / Favouritable.php
index dd335feeda3acf7e26c707a3b05b04dde5e1fc2f..8a311d1f2d8b54523147bad167a48572deaccb02 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 Favouritable
      * Get the related favourite instances.
      */
     public function favourites(): MorphMany;
-}
\ No newline at end of file
+}