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

File "LinkeableRule-20260314161621.php"

Full Path: /home/markqprx/iniasli.pro/app/Models/LinkeableRule-20260314161621.php
File size: 354 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

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

    protected $casts = [
        'linkeable_id' => 'integer',
    ];

    protected $hidden = [
        'linkeable_id',
        'linkeable_type',
        'id',
        'created_at',
        'updated_at',
    ];
}