]>
BookStack Code Mirror - bookstack/blob - app/Facades/Activity.php
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixed occurances of altered titles in search results
[bookstack]
/
app
/
Facades
/
Activity.php
1
<?php
2
3
namespace BookStack\Facades;
4
5
use Illuminate\Support\Facades\Facade;
6
7
class Activity extends Facade
8
{
9
/**
10
* Get the registered name of the component.
11
*
12
* @return string
13
*/
14
protected static function getFacadeAccessor()
15
{
16
return 'activity';
17
}
18
}
hide
Morty Proxy
This is a
proxified and sanitized
view of the page, visit
original site
.