PHP Class Mpociot\CaptainHook\WebhookLog

Inheritance: extends Illuminate\Database\Eloquent\Model
Afficher le fichier Open project: mpociot/captainhook Class Usage Examples

Protected Properties

Свойство Type Description
$fillable array Make the fields fillable.

Méthodes publiques

Méthode Description
webhook ( ) : BelongsTo Retrieve the webhook described by the log.

Method Details

webhook() public méthode

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

Property Details

$fillable protected_oe property

Make the fields fillable.
protected array $fillable
Résultat array