*/ class Loop extends Facade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { // we don't want resolveFacadeInstance to cache this value since it will always change, so // we have to pass an object back. return app('loop'); } }