]>
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
Update entities.php
[bookstack]
/
app
/
Facades
/
Activity.php
1
<?php namespace BookStack\Facades;
2
3
use Illuminate\Support\Facades\Facade;
4
5
class Activity extends Facade
6
{
7
/**
8
* Get the registered name of the component.
9
*
10
* @return string
11
*/
12
protected static function getFacadeAccessor()
13
{
14
return 'activity';
15
}
16
}
hide
Morty Proxy
This is a
proxified and sanitized
view of the page, visit
original site
.