/
home
/
sjslayjy
/
public_html
/
sag_latest
/
vendor
/
spatie
/
flare-client-php
/
src
/
Truncation
/
Upload File
HOME
<?php namespace Spatie\FlareClient\Truncation; interface TruncationStrategy { /** * @param array<int|string, mixed> $payload * * @return array<int|string, mixed> */ public function execute(array $payload): array; }