form stuff done
This commit is contained in:
@ -7,6 +7,16 @@ use App\Models\Model;
|
||||
class Recurring extends Model
|
||||
{
|
||||
|
||||
protected $table = 'recurrings';
|
||||
|
||||
/**
|
||||
* Attributes that should be mass-assignable.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $fillable = ['company_id', 'recurrable_id', 'recurrable_type', 'frequency', 'interval', 'started_at', 'count'];
|
||||
|
||||
|
||||
/**
|
||||
* Get all of the owning recurrable models.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user