| Total Complexity | 3 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | class SecurityTxtFacade extends \Illuminate\Support\Facades\Facade |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * Get the registered name of the component. |
||
| 25 | * |
||
| 26 | * @return string |
||
| 27 | */ |
||
| 28 | protected static function getFacadeAccessor() |
||
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Handle dynamic, static calls to the object. |
||
| 35 | * |
||
| 36 | * @param string $method |
||
| 37 | * @param array $args |
||
| 38 | * |
||
| 39 | * @return mixed |
||
| 40 | * @throws RuntimeException |
||
| 41 | */ |
||
| 42 | public static function __callStatic($method, $args) |
||
| 53 |