Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created May 10, 2020 17:37
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/d4c3da532d801f80612543e11fe010a4 to your computer and use it in GitHub Desktop.
Save parzibyte/d4c3da532d801f80612543e11fe010a4 to your computer and use it in GitHub Desktop.
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class FotoDeArticulo extends Model
{
//
protected $table = "fotos_articulos";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment