File manager - Edit - /home/xfekoga/grenier/wp-content/plugins/fluentform/app/Models/Scheduler.php
Back
<?php namespace FluentForm\App\Models; class Scheduler extends Model { /** * The table associated with the model. * * @var string */ protected $table = 'ff_scheduled_actions'; /** * A formMeta is owned by a form. * * @return \FluentForm\Framework\Database\Orm\Relations\BelongsTo */ public function form() { return $this->belongsTo(Form::class, 'form_id', 'id'); } /** * A schedule action is owned by a submission. * * @return \FluentForm\Framework\Database\Orm\Relations\BelongsTo */ public function submission() { return $this->belongsTo(Submission::class, 'origin_id', 'id'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings