PHP 클래스 App\Http\Middleware\VerifyGithubWebhookSecret

파일 보기 프로젝트 열기: ngmy/webloyer

보호된 프로퍼티들

프로퍼티 타입 설명
$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