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\Commands\Aliases; use Filament\Actions\Commands; use Sy..

Decoded Output download

<?php

namespace Filament\Actions\Commands\Aliases;

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

#[AsCommand(name: 'filament:importer')]
class MakeImporterCommand extends Commands\MakeImporterCommand
{
    protected $hidden = true;

    protected $signature = 'filament:importer {name?} {--G|generate} {--F|force}';
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Filament\Actions\Commands\Aliases;

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

#[AsCommand(name: 'filament:importer')]
class MakeImporterCommand extends Commands\MakeImporterCommand
{
    protected $hidden = true;

    protected $signature = 'filament:importer {name?} {--G|generate} {--F|force}';
}

Function Calls

None

Variables

None

Stats

MD5 97258efcded1109f110928dbfec76c6c
Eval Count 0
Decode Time 125 ms