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 declare(strict_types=1); use Migrations\AbstractMigration; use Passbolt\Log\Service..
Decoded Output download
<?php
declare(strict_types=1);
use Migrations\AbstractMigration;
use Passbolt\Log\Service\ActionLogs\ActionLogsDeleteService;
class V360RemoveAuthIsAuthenticatedIsAuthenticatedFromLogs extends AbstractMigration
{
/**
* Change Method.
*
* More information on this method is available here:
* https://book.cakephp.org/phinx/0/en/migrations.html#the-change-method
* @return void
*/
public function change()
{
$service = new ActionLogsDeleteService();
$service->delete($service::AUTH_IS_AUTHENTICATED_IS_AUTHENTICATED);
}
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
use Migrations\AbstractMigration;
use Passbolt\Log\Service\ActionLogs\ActionLogsDeleteService;
class V360RemoveAuthIsAuthenticatedIsAuthenticatedFromLogs extends AbstractMigration
{
/**
* Change Method.
*
* More information on this method is available here:
* https://book.cakephp.org/phinx/0/en/migrations.html#the-change-method
* @return void
*/
public function change()
{
$service = new ActionLogsDeleteService();
$service->delete($service::AUTH_IS_AUTHENTICATED_IS_AUTHENTICATED);
}
}
Function Calls
None |
Stats
MD5 | a9da6fe5be5d92c346207439a931cd5d |
Eval Count | 0 |
Decode Time | 96 ms |