관리-도구
편집 파일: TruncationStrategy.php
<?php namespace Facade\FlareClient\Truncation; interface TruncationStrategy { public function execute(array $payload): array; }