bd 6.0
This commit is contained in:
@ -6,6 +6,8 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class FormModel extends Model
|
||||
{
|
||||
const STATUS_ACTIVE = 1;
|
||||
const STATUS_ARCHIVE = 2;
|
||||
protected $table = "form";
|
||||
|
||||
protected $fillable = [
|
||||
|
Reference in New Issue
Block a user