관리-도구
편집 파일: EmailTemplate.php
<?php namespace App; use Illuminate\Database\Eloquent\Model; class EmailTemplate extends Model { /** * The table associated with the model. * * @var string */ protected $table = 'email_templates'; }