PHP Class App\Http\Middleware\VerifyGithubWebhookSecret

Afficher le fichier Open project: ngmy/webloyer

Protected Properties

Свойство Type Description
$projectRepository

Méthodes publiques

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

Method Details

__construct() public méthode

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

handle() public méthode

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

Property Details

$projectRepository protected_oe property

protected $projectRepository