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