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