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 Note extends Component
{
/**
* Get the view / contents that represent the component.
*
* @return \Illuminate\Contracts\View\View|string
*/
public function render()
{
return view('components.documents.form.note');
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace App\View\Components\Documents\Form;
use App\Abstracts\View\Components\Documents\Form as Component;
class Note extends Component
{
/**
* Get the view / contents that represent the component.
*
* @return \Illuminate\Contracts\View\View|string
*/
public function render()
{
return view('components.documents.form.note');
}
}
Function Calls
None |
Stats
MD5 | 8940325f3ca4d81ef44451dfd0386380 |
Eval Count | 0 |
Decode Time | 114 ms |