update v1.0.6
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
<?php namespace App\Model\helpdesk\Settings;
|
||||
<?php
|
||||
|
||||
namespace App\Model\helpdesk\Settings;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Plugin extends Model {
|
||||
|
||||
protected $table = 'plugins';
|
||||
protected $fillable = ['name','path','status'];
|
||||
protected $table = 'plugins';
|
||||
protected $fillable = ['name', 'path', 'status'];
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user