Documentation

LogAction extends Model

Table of Contents

$hidden  : array<string|int, mixed>
The attributes excluded from the model's JSON form.
$table  : string
The table associated with the model.

Properties

$hidden

The attributes excluded from the model's JSON form.

protected array<string|int, mixed> $hidden = ['updated_at', 'created_at']

$table

The table associated with the model.

protected string $table = "logs_action"

Search results