PerangkatTidakAktif
extends Model
in package
uses
HasFactory
Table of Contents
Properties
Methods
- user() : mixed
- newFactory() : PerangkatTidakAktifFactory
Properties
$casts
protected
mixed
$casts
= ['tiang_odp' => \Modules\JaringanAkses\Enums\TipeODP::class]
$fillable
protected
mixed
$fillable
= ['nama_perangkat', 'jenis_perangkat', 'merk', 'tipe', 'user_id']
$table
The attributes that are mass assignable.
protected
mixed
$table
= 'perangkat_tidak_aktif'
Methods
user()
public
user() : mixed
newFactory()
protected
static newFactory() : PerangkatTidakAktifFactory