]> BookStack Code Mirror - bookstack/blob - app/Facades/Activity.php
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 }
Morty Proxy This is a proxified and sanitized view of the page, visit original site.