PHP Class App\Http\Middleware\VerifyGithubWebhookSecret

Show file Open project: ngmy/webloyer

Protected Properties

Property Type Description
$projectRepository

Public Methods

Method Description
__construct ( App\Repositories\Project\ProjectInterface $projectRepository )
handle ( Illuminate\Http\Request $request, Closure $next ) : mixed Handle an incoming request.

Method Details

__construct() public method

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

handle() public method

Handle an incoming request.
public handle ( Illuminate\Http\Request $request, Closure $next ) : mixed
$request Illuminate\Http\Request
$next Closure
return mixed

Property Details

$projectRepository protected property

protected $projectRepository