]> BookStack Code Mirror - bookstack/blob - app/Interfaces/Deletable.php
doc(dev): add xdebug informations
[bookstack] / app / Interfaces / Deletable.php
1 <?php
2
3 namespace BookStack\Interfaces;
4
5 use Illuminate\Database\Eloquent\Relations\MorphMany;
6
7 /**
8  * A model that can be deleted in a manner that deletions
9  * are tracked to be part of the recycle bin system.
10  */
11 interface Deletable
12 {
13     public function deletions(): MorphMany;
14 }
Morty Proxy This is a proxified and sanitized view of the page, visit original site.