'array' ]; protected $fillable = [ 'shopping_payment_id', 'request', 'txid', 'userid', 'status', 'key', 'txaction', 'transmitted_data', 'errorcode', 'errormessage', 'customermessage', 'mode', ]; public function shopping_payment() { return $this->belongsTo('App\Models\ShoppingPayment','shopping_payment_id'); } }