PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
orangehill
/
iseed
/
src
/
Orangehill
/
Iseed
/
Facades
<?php namespace Orangehill\Iseed\Facades; use Illuminate\Support\Facades\Facade; class Iseed extends Facade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return 'iseed'; } }
[+]
..
[-] Iseed.php
[edit]