File "GetsCast.php"

Full Path: /var/www/html/back/vendor/spatie/laravel-data/src/Attributes/GetsCast.php
File size: 141 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Spatie\LaravelData\Attributes;

use Spatie\LaravelData\Casts\Cast;

interface GetsCast
{
    public function get(): Cast;
}