MIF_E31221225/app/Models/InfoAngket.php

13 lines
186 B
PHP

<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class InfoAngket extends Model
{
protected $table = 'info_angket';
protected $fillable = ['tata_cara'];
}