File "Constraint.php"
Full Path: /var/www/html/back/vendor/spatie/image/src/Enums/Constraint.php
File size: 153 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Spatie\Image\Enums;
enum Constraint: string
{
case PreserveAspectRatio = 'preserveAspectRatio';
case DoNotUpsize = 'upsize';
}