TIF_NGANJUK_E41220778/app/Models/Announcement.php

11 lines
172 B
PHP

<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class Announcement extends Model
{
protected $fillable = ['type', 'icon', 'title', 'content'];
}