Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
karir.star4hire.com
/
modules
/
Booking
/
Models
✏️
Editing: ServiceTranslation.php
<?php namespace Modules\Booking\Models; class ServiceTranslation extends Service { protected $table = 'bc_service_translations'; protected $fillable = [ 'title', 'address', 'content', 'locale', ]; protected $slugField = false; }
💾 Save Changes
❌ Cancel