File "TruncationStrategy.php"
Full Path: /home/isoftco/public_html/hrm/vendor/facade/flare-client-php/src/Truncation/TruncationStrategy.php
File size: 134 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Facade\FlareClient\Truncation;
interface TruncationStrategy
{
public function execute(array $payload): array;
}