]> BookStack Code Mirror - bookstack/blob - app/Interfaces/Loggable.php
Added code editor changes mobile design handling
[bookstack] / app / Interfaces / Loggable.php
1 <?php
2
3 namespace BookStack\Interfaces;
4
5 interface Loggable
6 {
7     /**
8      * Get the string descriptor for this item.
9      */
10     public function logDescriptor(): string;
11 }
Morty Proxy This is a proxified and sanitized view of the page, visit original site.