api tebus
This commit is contained in:
@@ -4,7 +4,7 @@ namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Transaction extends Model
|
||||
class TransaksiKeuntungan extends Model
|
||||
{
|
||||
protected $table = 'transaksi_keuntungan';
|
||||
public $timestamps = false;
|
||||
@@ -14,7 +14,7 @@ class Transaction extends Model
|
||||
* @var array
|
||||
*/
|
||||
protected $fillable = [
|
||||
'norujukan','bayaran_keuntungan','tarikh_bayaran','tempoh','kodcaw'
|
||||
'norujukan','bayaran_keuntungan','tarikh_bayaran','kodcaw'
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user