/home/smartonegroup/public_html/system/vendor/spatie/ray/src/Support/IgnoredValue.php
<?php

namespace Spatie\Ray\Support;

class IgnoredValue
{
    public static function make(): self
    {
        return new static();
    }
}