This commit is contained in:
kali
2024-04-15 17:46:33 +03:00
parent 569c9348ba
commit 87deac2576
23 changed files with 652 additions and 75 deletions

View File

@ -6,6 +6,8 @@ use Illuminate\Database\Eloquent\Model;
class FormModel extends Model
{
const STATUS_ACTIVE = 1;
const STATUS_ARCHIVE = 2;
protected $table = "form";
protected $fillable = [