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