JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "Link.php"

Full Path: /var/www/laravel_filter/Modules/PaymentGateway/vendor/luigel/laravel-paymongo/src/Models/Link.php
File size: 327 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Luigel\Paymongo\Models;

use Luigel\Paymongo\Paymongo;

class Link extends BaseModel
{
    public function archive(): BaseModel
    {
        return (new Paymongo)->link()->archive($this);
    }

    public function unarchive(): BaseModel
    {
        return (new Paymongo)->link()->unarchive($this);
    }
}