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\Forms\Components; /** * @deprecated Use `CheckboxList` with th..
Decoded Output download
<?php
namespace Filament\Forms\Components;
/**
* @deprecated Use `CheckboxList` with the `relationship()` method instead.
*/
class BelongsToManyCheckboxList extends CheckboxList
{
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Filament\Forms\Components;
/**
* @deprecated Use `CheckboxList` with the `relationship()` method instead.
*/
class BelongsToManyCheckboxList extends CheckboxList
{
}
Function Calls
None |
Stats
MD5 | aa32d4098014762b25768a66dd040d82 |
Eval Count | 0 |
Decode Time | 87 ms |