| Current Path : /home/pteabiscqq/www/libraries/quix/vendor/illuminate/support/Facades/ |
| Current File : /home/pteabiscqq/www/libraries/quix/vendor/illuminate/support/Facades/Response.php |
<?php
namespace Illuminate\Support\Facades;
use Illuminate\Contracts\Routing\ResponseFactory as ResponseFactoryContract;
/**
* @see \Illuminate\Contracts\Routing\ResponseFactory
*/
class Response extends Facade
{
/**
* Get the registered name of the component.
*
* @return string
*/
protected static function getFacadeAccessor()
{
return ResponseFactoryContract::class;
}
}