Added a block with savings.

This commit is contained in:
James Cole
2015-03-21 08:51:34 +01:00
parent 8ae1efa230
commit 6a88c8634d
6 changed files with 98 additions and 4 deletions

View File

@@ -12,6 +12,8 @@ class Component extends Model
{
use SoftDeletes;
protected $fillable = ['user_id', 'name','class'];
/**
* @return array
*/