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 App\View\Components\Documents\Form; use App\Abstracts\View\Components\Do..
Decoded Output download
<?php
namespace App\View\Components\Documents\Form;
use App\Abstracts\View\Components\Documents\Form as Component;
class Company extends Component
{
/**
* Get the view / contents that represent the component.
*
* @return \Illuminate\Contracts\View\View|string
*/
public function render()
{
$company = company();
$inputNameType = config('type.document.' . $this->type . '.route.parameter');
return view('components.documents.form.company', compact('company', 'inputNameType'));
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace App\View\Components\Documents\Form;
use App\Abstracts\View\Components\Documents\Form as Component;
class Company extends Component
{
/**
* Get the view / contents that represent the component.
*
* @return \Illuminate\Contracts\View\View|string
*/
public function render()
{
$company = company();
$inputNameType = config('type.document.' . $this->type . '.route.parameter');
return view('components.documents.form.company', compact('company', 'inputNameType'));
}
}
Function Calls
None |
Stats
MD5 | 647216e6ed2623dcea63d149a58d50de |
Eval Count | 0 |
Decode Time | 107 ms |