관리-도구
편집 파일: ResolutionAnalyzer.php
<?php declare(strict_types=1); namespace Intervention\Image\Analyzers; use Intervention\Image\Drivers\SpecializableAnalyzer; class ResolutionAnalyzer extends SpecializableAnalyzer { }