api tebus

This commit is contained in:
LAPTOP-DGCU80CH\user1
2020-11-18 09:15:27 +08:00
parent c63e7a70f4
commit a7e4c4c4b1
4 changed files with 68 additions and 6 deletions
+2 -2
View File
@@ -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'
];
/**