Файловый менеджер - Редактировать - /home/clickysoft/public_html/calvary-p2.clickysoft.net/app/Models/BoutiqueVendorSubmission.php
Назад
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class BoutiqueVendorSubmission extends Model { use HasFactory; protected $table = "boutique_vendor_submission"; protected $fillable = [ 'business_name', 'name', 'payment_to', 'address', 'phone', 'email', 'ref_link', 'merchandise_description', 'vendor_type', 'number_of_tables', 'rack_space', 'electrical_outlet', 'signature_1', 'signature_1_date', 'w9_name', 'w9_business_name', 'w9_tax_classification', 'w9_payee_code', 'w9_reporting_code', 'w9_address', 'w9_city_state_zip', 'w9_list_account', 'w9_requester_name_address', 'w9_social_security_number', 'w9_identification_number', 'signature_2', 'signature_2_date', 'signature_3', 'signature_3_date', 'vendor_name', 'beneficiary_signature_date', 'vendor_central_concent', 'table_price_total', 'rack_price_total', 'final_price', 'created_at', 'updated_at', ]; public function orderPayment() { return $this->hasOne(BoutiqueVendorPayment::class, 'order_id'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка