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