PHP Class Mpociot\CaptainHook\Http\WebhookEventsController

Inheritance: extends Laravel\Spark\Http\Controllers\Controller
Datei anzeigen Open project: mpociot/captainhook

Public Methods

Method 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 method

Create a new controller instance.
public __construct ( ) : void
return void

all() public method

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