JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "IyzicoPayment.php"
Full Path: /var/www/laravel_filter/Modules/PaymentGateway/Entities/IyzicoPayment.php
File size: 383 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 IyzicoPayment extends Model
{
use HasFactory;
protected $fillable = [];
protected static function newFactory()
{
return \Modules\PaymentGateway\Database\factories\IyzicoPaymentFactory::new();
}
}