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