/
home
/
sjslayjy
/
public_html
/
scm
/
vendor
/
facade
/
flare-client-php
/
src
/
Truncation
/
Upload File
HOME
<?php namespace Facade\FlareClient\Truncation; interface TruncationStrategy { public function execute(array $payload): array; }