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\Commands\Aliases; use Filament\Tables\Commands; use Symf..

Decoded Output download

<?php

namespace Filament\Tables\Commands\Aliases;

use Filament\Tables\Commands;
use Symfony\Component\Console\Attribute\AsCommand;

#[AsCommand(name: 'tables:column')]
class MakeColumnCommand extends Commands\MakeColumnCommand
{
    protected $hidden = true;

    protected $signature = 'tables:column {name} {--F|force}';
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Filament\Tables\Commands\Aliases;

use Filament\Tables\Commands;
use Symfony\Component\Console\Attribute\AsCommand;

#[AsCommand(name: 'tables:column')]
class MakeColumnCommand extends Commands\MakeColumnCommand
{
    protected $hidden = true;

    protected $signature = 'tables:column {name} {--F|force}';
}

Function Calls

None

Variables

None

Stats

MD5 f31ede825d32b225c018f0173f821002
Eval Count 0
Decode Time 89 ms