juniorb2ss/zServices

View on GitHub
src/Laravel/ReceitaFederalFacade.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace zServices\Laravel;

use Illuminate\Support\Facades\Facade;

/**
 * @see \Weidner\Goutte\Goutte
 */
class ReceitaFederalFacade extends Facade {

  /**
   * Get the registered name of the component.
   *
   * @return string
   */
  protected static function getFacadeAccessor() { return 'ReceitaFederal'; }
}