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\SupportLegacyModels; use Livewire\Exceptions\BypassVie..

Decoded Output download

<?php

namespace Livewire\Features\SupportLegacyModels;

use Livewire\Exceptions\BypassViewHandler;

class CannotBindToModelDataWithoutValidationRuleException extends \Exception
{
    use BypassViewHandler;

    public function __construct($key, $component)
    {
        parent::__construct(
            "Cannot bind property [$key] without a validation rule present in the [\$rules] array on Livewire component: [{$component}]."
        );
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Livewire\Features\SupportLegacyModels;

use Livewire\Exceptions\BypassViewHandler;

class CannotBindToModelDataWithoutValidationRuleException extends \Exception
{
    use BypassViewHandler;

    public function __construct($key, $component)
    {
        parent::__construct(
            "Cannot bind property [$key] without a validation rule present in the [\$rules] array on Livewire component: [{$component}]."
        );
    }
}

Function Calls

None

Variables

None

Stats

MD5 57fc0dfe94221f9534c13d86abe5c1a9
Eval Count 0
Decode Time 87 ms