More code for rules.

This commit is contained in:
James Cole
2016-01-13 18:34:56 +01:00
parent e9ee93beb7
commit 27aae279e6
9 changed files with 255 additions and 1 deletions

View File

@@ -31,6 +31,9 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
*/
class RuleGroup extends Model
{
protected $fillable = ['user_id', 'order', 'title', 'description', 'active'];
/**
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo
*/