/
home
/
techb158
/
immovalet.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
stubs
/
/home/techb158/immovalet.com/vendor/laravel/framework/src/Illuminate/Foundation/stubs
mkdir
upload
Name
Size
Mode
Actions
facade.stub
325
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/vendor/laravel/framework/src/Illuminate/Foundation/stubs/facade.stub
(325B)
<?php namespace DummyNamespace; use Illuminate\Support\Facades\Facade; /** * @see \DummyTarget */ class DummyClass extends Facade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return 'DummyTarget'; } }
Save
cmd:
run