PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
botble
/
theme
/
src
/
Facades
<?php namespace Botble\Theme\Facades; use Botble\Theme\ThemeOption; use Illuminate\Support\Facades\Facade; class ThemeOptionFacade extends Facade { /** * Get the registered name of the component. * * @return string * */ protected static function getFacadeAccessor() { return ThemeOption::class; } }
[+]
..
[-] ThemeOptionFacade.php
[edit]
[-] ManagerFacade.php
[edit]
[-] SiteMapManagerFacade.php
[edit]
[-] AdminBarFacade.php
[edit]
[-] ThemeFacade.php
[edit]