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