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

File "BiolinkPivot-20260314162838.php"

Full Path: /home/markqprx/iniasli.pro/app-20260222054312/Models/BiolinkPivot-20260314162838.php
File size: 249 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Relations\Pivot;

class BiolinkPivot extends Pivot
{
    protected $casts = [
        'position' => 'int',
        'leap_until' => 'datetime',
    ];

    public $incrementing = true;
}