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\SupportWireables; use Livewire\ComponentHook; class S..
Decoded Output download
<?php
namespace Livewire\Features\SupportWireables;
use Livewire\ComponentHook;
class SupportWireables extends ComponentHook
{
static function provide()
{
app('livewire')->propertySynthesizer(WireableSynth::class);
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Livewire\Features\SupportWireables;
use Livewire\ComponentHook;
class SupportWireables extends ComponentHook
{
static function provide()
{
app('livewire')->propertySynthesizer(WireableSynth::class);
}
}
Function Calls
| None |
Stats
| MD5 | d66fe5ce9f85c615e90e290e806351c0 |
| Eval Count | 0 |
| Decode Time | 85 ms |