PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
platform
/
core
/
base
/
src
/
Facades
<?php namespace Botble\Base\Facades; use Botble\Base\Supports\BreadcrumbsManager; use Illuminate\Support\Facades\Facade; class BreadcrumbsFacade extends Facade { /** * @return string */ protected static function getFacadeAccessor() { return BreadcrumbsManager::class; } }
[-] BreadcrumbsFacade.php
[edit]
[+]
..
[-] MacroableModelsFacade.php
[edit]
[-] PageTitleFacade.php
[edit]
[-] EmailHandlerFacade.php
[edit]
[-] BaseHelperFacade.php
[edit]
[-] ActionFacade.php
[edit]
[-] FilterFacade.php
[edit]
[-] MetaBoxFacade.php
[edit]
[-] AssetsFacade.php
[edit]
[-] DashboardMenuFacade.php
[edit]