KTVCentral/app/Models/OtherSet.php

11 lines
149 B
PHP
Raw Permalink Normal View History

<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class OtherSet extends Model
{
protected $fillable = ['name', 'value'];
}