My first commit of codes
This commit is contained in:
13
app/Model/Agent_panel/Organization.php
Normal file
13
app/Model/Agent_panel/Organization.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php namespace App\Model\Agent_panel;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Organization extends Model {
|
||||
|
||||
/* define the table name */
|
||||
protected $table = 'organization';
|
||||
|
||||
/* Define the fillable fields */
|
||||
protected $fillable = ['id','name','phone','website','address','internal_notes'];
|
||||
|
||||
}
|
Reference in New Issue
Block a user