-<?php namespace BookStack\Interfaces;
+<?php
+
+namespace BookStack\Interfaces;
use Illuminate\Database\Eloquent\Relations\MorphMany;
* Get the related favourite instances.
*/
public function favourites(): MorphMany;
-}
\ No newline at end of file
+}