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\Columns; /** * @deprecated Use `TextColumn` with the `b..

Decoded Output download

<?php

namespace Filament\Tables\Columns;

/**
 * @deprecated Use `TextColumn` with the `badge()` method instead.
 */
class BadgeColumn extends TextColumn
{
    public function isBadge(): bool
    {
        return true;
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Filament\Tables\Columns;

/**
 * @deprecated Use `TextColumn` with the `badge()` method instead.
 */
class BadgeColumn extends TextColumn
{
    public function isBadge(): bool
    {
        return true;
    }
}

Function Calls

None

Variables

None

Stats

MD5 4097febd216cae7049dfdb74ce7e1e25
Eval Count 0
Decode Time 116 ms