Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
<?php
namespace
App
;
use
Illuminate\Database\Eloquent\Model
;
class
Konfbayar
extends
Model
{
protected
$fillable
=
[
'nama_siswa'
,
'id_reg'
,
'tgl_kirim'
,
'nm_pengirim'
,
'bank_tujuan'
,
'image'
,
]
;
}