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