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\Infolists\Commands\Aliases; use Filament\Infolists\Commands; us..
Decoded Output download
<?php
namespace Filament\Infolists\Commands\Aliases;
use Filament\Infolists\Commands;
use Symfony\Component\Console\Attribute\AsCommand;
#[AsCommand(name: 'infolists:layout')]
class MakeLayoutComponentCommand extends Commands\MakeLayoutComponentCommand
{
protected $hidden = true;
protected $signature = 'infolists:layout {name} {--F|force}';
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Filament\Infolists\Commands\Aliases;
use Filament\Infolists\Commands;
use Symfony\Component\Console\Attribute\AsCommand;
#[AsCommand(name: 'infolists:layout')]
class MakeLayoutComponentCommand extends Commands\MakeLayoutComponentCommand
{
protected $hidden = true;
protected $signature = 'infolists:layout {name} {--F|force}';
}
Function Calls
None |
Stats
MD5 | 058756d0befb7b7fc940477bc3cbe3e8 |
Eval Count | 0 |
Decode Time | 96 ms |