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