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 declare(strict_types=1); namespace LaravelLang\Lang\Plugins\Cashier\Stripe; use L..
Decoded Output download
<?php
declare(strict_types=1);
namespace LaravelLang\Lang\Plugins\Cashier\Stripe;
use LaravelLang\Publisher\Plugins\Plugin;
class V15 extends Plugin
{
protected ?string $vendor = 'laravel/cashier';
protected string $version = '^15.0';
public function files(): array
{
return [
'cashier/stripe/15.x/stripe.json' => '{locale}.json',
];
}
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace LaravelLang\Lang\Plugins\Cashier\Stripe;
use LaravelLang\Publisher\Plugins\Plugin;
class V15 extends Plugin
{
protected ?string $vendor = 'laravel/cashier';
protected string $version = '^15.0';
public function files(): array
{
return [
'cashier/stripe/15.x/stripe.json' => '{locale}.json',
];
}
}
Function Calls
None |
Stats
MD5 | 884017b8f2266110db25b1d474057858 |
Eval Count | 0 |
Decode Time | 75 ms |