update v1.0.5
This commit is contained in:
@@ -5,7 +5,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class Email extends Model {
|
||||
|
||||
/* Using Email table */
|
||||
protected $table = 'email';
|
||||
protected $table = 'settings_email';
|
||||
/* Set fillable fields in table */
|
||||
protected $fillable = [
|
||||
'id','template','sys_email','alert_email','admin_email','mta','email_fetching','strip',
|
||||
|
Reference in New Issue
Block a user