Uploaded From CV. Swandhana Server
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Dokter extends Model
|
||||
{
|
||||
protected $table = "dokter";
|
||||
protected $fillable = [
|
||||
'id',
|
||||
'nama',
|
||||
'jk',
|
||||
'tgl_lahir',
|
||||
'kota',
|
||||
'alamat',
|
||||
'poli_id'
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user