| Current Path : /home/copmadinaarea/creditunion.copeastlegondistrict.org/app/Models/ |
| Current File : /home/copmadinaarea/creditunion.copeastlegondistrict.org/app/Models/PageTranslation.php |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class PageTranslation extends Model {
protected $fillable = ['title', 'body'];
/**
* The table associated with the model.
*
* @var string
*/
protected $table = 'page_translations';
}