Created
January 24, 2020 20:28
-
-
Save parzibyte/624b270b81857d26300db4d17907e8f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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