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 UserDeleted extends Eve..

Decoded Output download

<?php

namespace App\Events\Auth;

use App\Abstracts\Event;

class UserDeleted 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 UserDeleted extends Event
{
    public $user;

    /**
     * Create a new event instance.
     *
     * @param $user
     */
    public function __construct($user)
    {
        $this->user = $user;
    }
}

Function Calls

None

Variables

None

Stats

MD5 96b6603e5b97e358ffd9a9e35c9b867b
Eval Count 0
Decode Time 115 ms