File "ExternalReference.php"
Full Path: /var/www/html/back/vendor/spatie/laravel-data/src/Support/Validation/References/ExternalReference.php
File size: 139 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Spatie\LaravelData\Support\Validation\References;
interface ExternalReference
{
public function getValue(): mixed;
}