• File: Subcategoria.php
  • Full Path: /var/www/paytekchalenge/app/Models/Subcategoria.php
  • Date Modified: 07/19/2022 7:23 PM
  • File size: 227 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class Subcategoria extends Model
{
    //
    protected $fillable = ['name', 'categories_id', 'cody'];

    public $table = "subcategorias";
}