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