| Path : /var/www/html/sistemas/saplxi/app/Models/ |
| Current File : /var/www/html/sistemas/saplxi/app/Models/CddSubtemas.php |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
class CddSubtemas extends Model
{
use HasFactory;
protected $table = "cdd_subtemas_sc";
protected $guarded = ["id"];
}