update v1.0.3.3
This commit is contained in:
10
app/Model/helpdesk/Email/Smtp.php
Normal file
10
app/Model/helpdesk/Email/Smtp.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php namespace App\Model\helpdesk\Email;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Smtp extends Model
|
||||
{
|
||||
public $timestamps = false;
|
||||
protected $table = 'send_mail';
|
||||
protected $fillable = ['driver','port','host','encryption','name','email','password'];
|
||||
}
|
||||
Reference in New Issue
Block a user