update for version 1.0.1
This commit is contained in:
13
code/app/Model/helpdesk/Utility/MailboxProtocol.php
Normal file
13
code/app/Model/helpdesk/Utility/MailboxProtocol.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php namespace App\Model\helpdesk\Utility;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class MailboxProtocol extends Model {
|
||||
|
||||
public $timestamps = false;
|
||||
|
||||
protected $table = 'mailbox_protocol';
|
||||
|
||||
protected $fillable = ['id', 'name'];
|
||||
|
||||
}
|
Reference in New Issue
Block a user