-<?php namespace Tests\Commands;
+<?php
+
+namespace Tests\Commands;
use BookStack\Auth\Permissions\JointPermission;
use BookStack\Entities\Models\Page;
$this->assertDatabaseHas('joint_permissions', ['entity_id' => $page->id]);
}
-}
\ No newline at end of file
+}