File "Unit.php"

Full Path: /var/www/html/back/vendor/spatie/image/src/Enums/Unit.php
File size: 116 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Spatie\Image\Enums;

enum Unit: string
{
    case Pixel = 'pixel';
    case Percent = 'percent';
}