PerangkatAktif
extends Model
in package
uses
HasFactory
Table of Contents
Properties
Methods
- user() : mixed
- newFactory() : PerangkatAktifFactory
Properties
$casts
protected
mixed
$casts
= ['terpasang' => 'boolean']
$fillable
protected
mixed
$fillable
= ['nama_perangkat', 'merk', 'tipe', 'ip_address', 'user_id']
$table
The attributes that are mass assignable.
protected
mixed
$table
= 'perangkat_aktif'
Methods
user()
public
user() : mixed
newFactory()
protected
static newFactory() : PerangkatAktifFactory