Uploaded From CV. Swandhana Server
This commit is contained in:
13
app/Filetemp.php
Normal file
13
app/Filetemp.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Filetemp extends Model
|
||||
{
|
||||
protected $table = "temp";
|
||||
protected $fillable = [
|
||||
'tanggal', 'nomor', 'nama', 'usia', 'l', 'p', 'foto', 'ruang', 'keterangan', 'poli', 'jkn', 'umum', 'tag', 'gcu', 'cito', 'daftar', 'status'
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user