PHP Класс App\Http\Middleware\VerifyGithubWebhookSecret

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$projectRepository

Открытые методы

Метод Описание
__construct ( App\Repositories\Project\ProjectInterface $projectRepository )
handle ( Illuminate\Http\Request $request, Closure $next ) : mixed Handle an incoming request.

Описание методов

__construct() публичный Метод

public __construct ( App\Repositories\Project\ProjectInterface $projectRepository )
$projectRepository App\Repositories\Project\ProjectInterface

handle() публичный Метод

Handle an incoming request.
public handle ( Illuminate\Http\Request $request, Closure $next ) : mixed
$request Illuminate\Http\Request
$next Closure
Результат mixed

Описание свойств

$projectRepository защищенное свойство

protected $projectRepository