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\Tables\Actions; /** * @deprecated Use `\Filament\Tables\Action..

Decoded Output download

<?php

namespace Filament\Tables\Actions;

/**
 * @deprecated Use `\Filament\Tables\Actions\Action` instead, with the `button()` method.
 * @see Action
 */
class ButtonAction extends Action
{
    protected function setUp(): void
    {
        parent::setUp();

        $this->button();
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Filament\Tables\Actions;

/**
 * @deprecated Use `\Filament\Tables\Actions\Action` instead, with the `button()` method.
 * @see Action
 */
class ButtonAction extends Action
{
    protected function setUp(): void
    {
        parent::setUp();

        $this->button();
    }
}

Function Calls

None

Variables

None

Stats

MD5 b86cac50c5343bca7e3af7dbd101f457
Eval Count 0
Decode Time 92 ms