BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
app.imagivibe.com
/
vendor
/
igaster
/
laravel-theme
/
src
/
Facades
📤 Upload
📝 New File
📁 New Folder
Close
Editing: Theme.php
<?php namespace Igaster\LaravelTheme\Facades; use Illuminate\Support\Facades\Facade; class Theme extends Facade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return 'igaster.themes'; } }
Save
Cancel