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 PowerComponents\LivewirePowerGrid\Tests\Concerns\Components; class Rules..
Decoded Output download
<?php
namespace PowerComponents\LivewirePowerGrid\Tests\Concerns\Components;
class RulesToggleDetailTable extends DishTableBase
{
public array $setUpTest = [];
public function setUp(): array
{
config()->set('livewire.inject_morph_markers', false);
$this->showCheckBox();
return $this->setUpTest;
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace PowerComponents\LivewirePowerGrid\Tests\Concerns\Components;
class RulesToggleDetailTable extends DishTableBase
{
public array $setUpTest = [];
public function setUp(): array
{
config()->set('livewire.inject_morph_markers', false);
$this->showCheckBox();
return $this->setUpTest;
}
}
Function Calls
None |
Stats
MD5 | c31a4c1f25e015144573c5f161876467 |
Eval Count | 0 |
Decode Time | 93 ms |