]> BookStack Code Mirror - bookstack/blob - app/Interfaces/Favouritable.php
Revamped workings of WYSIWYG code blocks
[bookstack] / app / Interfaces / Favouritable.php
1 <?php
2
3 namespace BookStack\Interfaces;
4
5 use Illuminate\Database\Eloquent\Relations\MorphMany;
6
7 interface Favouritable
8 {
9     /**
10      * Get the related favourite instances.
11      */
12     public function favourites(): MorphMany;
13 }
Morty Proxy This is a proxified and sanitized view of the page, visit original site.