]>
BookStack Code Mirror - bookstack/blob - app/Activity/Models/Loggable.php
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request #5917 from BookStackApp/copy_references
[bookstack]
/
app
/
Activity
/
Models
/
Loggable.php
1
<?php
2
3
namespace BookStack\Activity\Models;
4
5
interface Loggable
6
{
7
/**
8
* Get the string descriptor for this item.
9
*/
10
public function logDescriptor(): string;
11
}