/
home
/
sjslayjy
/
public_html
/
sag_latest
/
vendor
/
spatie
/
flare-client-php
/
src
/
Truncation
/
Upload File
HOME
<?php namespace Spatie\FlareClient\Truncation; abstract class AbstractTruncationStrategy implements TruncationStrategy { protected ReportTrimmer $reportTrimmer; public function __construct(ReportTrimmer $reportTrimmer) { $this->reportTrimmer = $reportTrimmer; } }