Penambahan FrontEnd All-New-Manufacture

This commit is contained in:
pand03
2026-01-31 14:23:04 +07:00
parent 1b2e320b2b
commit 4feb21dcbc
2891 changed files with 426849 additions and 135 deletions

View File

@@ -4,7 +4,6 @@
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsTo;
class CardMember extends Model
{
@@ -13,11 +12,6 @@ class CardMember extends Model
protected $table = 'card_member';
protected $fillable = [
'notrans','no_card','no_urut','tanggal','adm','trans_id','harga'
'notrans','no_card','no_urut','tanggal','adm','trans_id','harga'
];
public function stiker ()
{
return $this->BelongsTo(TransaksiStiker::class, 'notrans', 'no_id');
}
}