Initial code of commit
This commit is contained in:
13
code/app/Model/Agent_panel/Sys_user.php
Normal file
13
code/app/Model/Agent_panel/Sys_user.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php namespace App\Model\Agent_panel;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Sys_user extends Model {
|
||||
|
||||
/* define table name */
|
||||
protected $table = 'sys_user';
|
||||
|
||||
/* define fillable fields */
|
||||
protected $fillable = ['id','email','full_name','phone','internal_notes'];
|
||||
|
||||
}
|
Reference in New Issue
Block a user