Documentation

ShortLink extends Model

Table of Contents

$fillable  : array<string|int, mixed>
The attributes that are mass assignable.
$hidden  : array<string|int, mixed>
The attributes excluded from the model's JSON form.
$table  : mixed

Properties

$fillable

The attributes that are mass assignable.

protected array<string|int, mixed> $fillable = ['code', 'link']

$hidden

The attributes excluded from the model's JSON form.

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

$table

protected mixed $table = "short_links"

Search results