Updates
This commit is contained in:
@@ -6,6 +6,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class UserAdditionalInfo extends Model
|
||||
{
|
||||
protected $table = 'user_additional_infos';
|
||||
protected $fillable = ['owner', 'service', 'key', 'value'];
|
||||
protected $table = "user_additional_infos";
|
||||
protected $fillable = ["owner","service","key","value",];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user