<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class AllowAction extends Model
{
    protected $fillable = [
        'action', 'allow'
    ];
}