]> BookStack Code Mirror - bookstack/blob - app/Services/Facades/Activity.php
Trying to make the tests green.
[bookstack] / app / Services / Facades / Activity.php
1 <?php namespace BookStack\Services\Facades;
2
3
4 use Illuminate\Support\Facades\Facade;
5
6 class Activity extends Facade
7 {
8     /**
9      * Get the registered name of the component.
10      *
11      * @return string
12      */
13     protected static function getFacadeAccessor() { return 'activity'; }
14 }