PHP Class Mpociot\CaptainHook\WebhookLog

Inheritance: extends Illuminate\Database\Eloquent\Model
Datei anzeigen Open project: mpociot/captainhook Class Usage Examples

Protected Properties

Property Type Description
$fillable array Make the fields fillable.

Public Methods

Method Description
webhook ( ) : BelongsTo Retrieve the webhook described by the log.

Method Details

webhook() public method

Retrieve the webhook described by the log.
public webhook ( ) : BelongsTo
return Illuminate\Database\Eloquent\Relations\BelongsTo

Property Details

$fillable protected_oe property

Make the fields fillable.
protected array $fillable
return array