Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 24, 2020 20:28
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/624b270b81857d26300db4d17907e8f1 to your computer and use it in GitHub Desktop.
Save parzibyte/624b270b81857d26300db4d17907e8f1 to your computer and use it in GitHub Desktop.
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class MensajeIndividual extends Model
{
//
protected $table = "mensajes_individuales";// <-- El nombre personalizado
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment