Uploaded From CV. Swandhana Server
This commit is contained in:
13
app/Riwayat.php
Normal file
13
app/Riwayat.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Riwayat extends Model
|
||||
{
|
||||
protected $table = "riwayatjawaban";
|
||||
protected $fillable = [
|
||||
'id', 'nofoto', 'jawaban', 'inputor', 'keterangan', 'verifikasi', 'created_at'
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user