One Hat Cyber Team
Your IP :
216.73.216.0
Server IP :
87.118.122.21
Server :
Linux svdm-server5.de 6.1.0-17-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.69-1 (2023-12-30) x86_64
Server Software :
Apache
PHP Version :
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
users
/
svd-saarleute
/
www
/
_go_biz
/
app
/
Edit File:
ServiceBooking.php
<?php namespace App; use Illuminate\Database\Eloquent\Model; class ServiceBooking extends Model { // Fillable fields protected $fillable = [ 'service_booking_id', 'user_id', 'vcard_id', 'service_booking', 'service_booking_available_days', 'service_booking_amount', 'service_booking_start_time', 'service_booking_end_time', 'service_booking_receive_email', ]; }
Simpan