Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 5, 2020 18:07
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/1f8d890f8d0b5ceff665c91922002ed7 to your computer and use it in GitHub Desktop.
Save parzibyte/1f8d890f8d0b5ceff665c91922002ed7 to your computer and use it in GitHub Desktop.
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Nivel extends Model
{
protected $table = "niveles";
protected $fillable = ["nombre",
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment