Files
api_arrahn/app/KadarRebet.php
T
nurafrinaalimi16 a2e37f5903 rebate annur
2025-05-11 16:39:11 +08:00

32 lines
483 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class KadarRebet extends Model
{
protected $table = 'kadar_rebet';
public $timestamps = false;
/**
* The attributes that are mass assignable.
*
* @var array
*/
protected $fillable = [
];
/**
* The attributes excluded from the model's JSON form.
*
* @var array
*/
// protected $hidden = [];
function transaction()
{
}
}