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\Events\Auth; use App\Abstracts\Event; class LandingPageShowing exte..
Decoded Output download
<?php
namespace App\Events\Auth;
use App\Abstracts\Event;
class LandingPageShowing extends Event
{
public $user;
/**
* Create a new event instance.
*
* @param $user
*/
public function __construct($user)
{
$this->user = $user;
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace App\Events\Auth;
use App\Abstracts\Event;
class LandingPageShowing extends Event
{
public $user;
/**
* Create a new event instance.
*
* @param $user
*/
public function __construct($user)
{
$this->user = $user;
}
}
Function Calls
None |
Stats
MD5 | 6f3b7db10428c05bfc49d63667cef6d7 |
Eval Count | 0 |
Decode Time | 120 ms |