관리-도구
편집 파일: ProfileModifier.php
<?php declare(strict_types=1); namespace Intervention\Image\Modifiers; use Intervention\Image\Drivers\SpecializableModifier; use Intervention\Image\Interfaces\ProfileInterface; class ProfileModifier extends SpecializableModifier { public function __construct(public ProfileInterface $profile) { // } }