3 namespace BookStack\Entities\Models;
5 use Illuminate\Database\Eloquent\Relations\MorphMany;
8 * A model that can be deleted in a manner that deletions
9 * are tracked to be part of the recycle bin system.
13 public function deletions(): MorphMany;