File "PartialSegment.php"
Full Path: /var/www/html/back/vendor/spatie/laravel-data/src/Support/Partials/Segments/PartialSegment.php
File size: 137 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Spatie\LaravelData\Support\Partials\Segments;
use Stringable;
abstract class PartialSegment implements Stringable
{
}