Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 6, 2020 05:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/c1f21efc5dae12ce0740e68fb5c01fdf to your computer and use it in GitHub Desktop.
Save parzibyte/c1f21efc5dae12ce0740e68fb5c01fdf to your computer and use it in GitHub Desktop.
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Grupo extends Model
{
protected $fillable = ["nombre",
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment