PHP Class Mpociot\CaptainHook\Http\WebhookEventsController

Inheritance: extends Laravel\Spark\Http\Controllers\Controller
Afficher le fichier Open project: mpociot/captainhook

Méthodes publiques

Méthode Description
__construct ( ) : void Create a new controller instance.
all ( Illuminate\Http\Request $request ) : Response Get all of the available webhook events.

Method Details

__construct() public méthode

Create a new controller instance.
public __construct ( ) : void
Résultat void

all() public méthode

Get all of the available webhook events.
public all ( Illuminate\Http\Request $request ) : Response
$request Illuminate\Http\Request
Résultat Response