]> BookStack Code Mirror - bookstack/blobdiff - app/Actions/View.php
Added test to cover export body start/end partial usage
[bookstack] / app / Actions / View.php
index de30900c76f2a6d4600a75f726dd9645fe7713ff..16961bd914bef8b29fc659d6f689fd7f56b99376 100644 (file)
@@ -1,4 +1,6 @@
-<?php namespace BookStack\Actions;
+<?php
+
+namespace BookStack\Actions;
 
 use BookStack\Interfaces\Viewable;
 use BookStack\Model;
@@ -16,7 +18,6 @@ use Illuminate\Database\Eloquent\Relations\MorphTo;
  */
 class View extends Model
 {
-
     protected $fillable = ['user_id', 'views'];
 
     /**