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

File "LinkImage-20260314162533.php"

Full Path: /home/markqprx/iniasli.pro/app-20260222054640/Models/LinkImage-20260314162533.php
File size: 230 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class LinkImage extends Model
{
    protected $guarded = ['id'];

    protected $casts = [
        'id' => 'integer',
        'link_id' => 'integer',
    ];
}