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 Filament\Actions\Events; use Filament\Actions\MountableAction; use Illum..

Decoded Output download

<?php

namespace Filament\Actions\Events;

use Filament\Actions\MountableAction;
use Illuminate\Foundation\Events\Dispatchable;

class ActionCalled
{
    use Dispatchable;

    public function __construct(
        protected MountableAction $action,
    ) {
    }

    public function getAction(): MountableAction
    {
        return $this->action;
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Filament\Actions\Events;

use Filament\Actions\MountableAction;
use Illuminate\Foundation\Events\Dispatchable;

class ActionCalled
{
    use Dispatchable;

    public function __construct(
        protected MountableAction $action,
    ) {
    }

    public function getAction(): MountableAction
    {
        return $this->action;
    }
}

Function Calls

None

Variables

None

Stats

MD5 cf4be38b196a8e0f5c540729ca8206e8
Eval Count 0
Decode Time 96 ms