update v1.0.3.5

This commit is contained in:
sujitprasad
2015-12-29 11:05:21 +05:30
parent 828b75f9ec
commit 308be859ae
19 changed files with 828 additions and 115 deletions

View 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'];
}