JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "PaymongoPayment.php"
Full Path: /var/www/laravel_filter/Modules/PaymentGateway/Entities/PaymongoPayment.php
File size: 387 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Modules\PaymentGateway\Entities;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Factories\HasFactory;
class PaymongoPayment extends Model
{
use HasFactory;
protected $fillable = [];
protected static function newFactory()
{
return \Modules\PaymentGateway\Database\factories\PaymongoPaymentFactory::new();
}
}