Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php namespace Filament\SpatieLaravelTagsPlugin\Types; /** * An empty type class to mo..

Decoded Output download

<?php

namespace Filament\SpatieLaravelTagsPlugin\Types;

/**
 * An empty type class to model that all tag types are allowed on a component.
 */
class AllTagTypes
{
    public static function make(): static
    {
        return app(static::class);
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Filament\SpatieLaravelTagsPlugin\Types;

/**
 * An empty type class to model that all tag types are allowed on a component.
 */
class AllTagTypes
{
    public static function make(): static
    {
        return app(static::class);
    }
}

Function Calls

None

Variables

None

Stats

MD5 9a42e59333727103e6a0e7515684cfe7
Eval Count 0
Decode Time 89 ms