File "ProfileModifier.php"
Full Path: /home/trinadezambia/public_html/gambling/vendor/intervention/image/src/Modifiers/ProfileModifier.php
File size: 326 bytes
MIME-type: text/x-php
Charset: utf-8
<?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)
{
//
}
}