| 1 | <?php | ||
| 11 | class ApiHealth extends Facade | ||
| 12 | { | ||
| 13 | /** | ||
| 14 | * Get the registered name of the component. | ||
| 15 | * | ||
| 16 | * @return string | ||
| 17 | */ | ||
| 18 | protected static function getFacadeAccessor() | ||
| 22 | |||
| 23 | /** | ||
| 24 | * Replace the bound instance with a fake. | ||
| 25 | * | ||
| 26 | * @return \ProtoneMedia\ApiHealth\Testing\ApiHealthFake | ||
| 27 | */ | ||
| 28 | public static function fake() | ||
| 34 | } | ||
| 35 |