shell bypass 403

UnknownSec Shell


name : InvalidOption.php
<?php

namespace Spatie\Sluggable;

use Exception;

class InvalidOption extends Exception
{
    public static function missingFromField()
    {
        return new static('Could not determine which fields should be sluggified');
    }

    public static function missingSlugField()
    {
        return new static('Could not determine in which field the slug should be saved');
    }

    public static function invalidMaximumLength()
    {
        return new static('Maximum length should be greater than zero');
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password