-<?php namespace BookStack\Interfaces;
+<?php
+
+namespace BookStack\Interfaces;
use Illuminate\Database\Eloquent\Relations\MorphMany;
* Get all view instances for this viewable model.
*/
public function views(): MorphMany;
-}
\ No newline at end of file
+}