X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/restate/platform/plugins/location/src/Facades
home
/
gfecatvj
/
sites
/
restate
/
platform
/
plugins
/
location
/
src
/
Facades
/
📁
..
📄
LocationFacade.php
(341 B)
Editing: LocationFacade.php
<?php namespace Botble\Location\Facades; use Botble\Location\Location; use Illuminate\Support\Facades\Facade; class LocationFacade extends Facade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return Location::class; } }
Upload File
Create Folder