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 Livewire\Features\SupportValidation; use Attribute; #[Attribute(Attribu..
Decoded Output download
<?php
namespace Livewire\Features\SupportValidation;
use Attribute;
#[Attribute(Attribute::IS_REPEATABLE | Attribute::TARGET_ALL)]
class BaseRule extends BaseValidate
{
// This class is kept here for backwards compatibility...
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Livewire\Features\SupportValidation;
use Attribute;
#[Attribute(Attribute::IS_REPEATABLE | Attribute::TARGET_ALL)]
class BaseRule extends BaseValidate
{
// This class is kept here for backwards compatibility...
}
Function Calls
None |
Stats
MD5 | 3f52892af114ceb299fefce489e159fc |
Eval Count | 0 |
Decode Time | 92 ms |