芝麻web文件管理V1.00
编辑当前文件:/home/palsarh/web/palsarh.in/public_html/app/Models/UserRegistration.php
*/ protected $table = 'user_registration'; protected $fillable = [ 'name', 'enrollment_number', 'place_practice', 'practice_period', 'phone', 'email', 'password' ]; }