AskmDimPenilaian.php 204 Bytes
Newer Older
Martinus123S committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class AskmDimPenilaian extends Model
{
    //
    protected $table = "askm_dim_penilaian";

    protected $primaryKey = "penilaian_id";


}