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; use Illuminate\Support\ServiceProvider; class SpatieLaravelTr..
Decoded Output download
<?php
namespace Filament;
use Illuminate\Support\ServiceProvider;
class SpatieLaravelTranslatablePluginServiceProvider extends ServiceProvider
{
public function boot(): void
{
if ($this->app->runningInConsole()) {
$this->publishes([
__DIR__ . '/../resources/lang' => resource_path('lang/vendor/filament-spatie-laravel-translatable-plugin-translations'),
], 'filament-spatie-laravel-translatable-plugin-translations');
}
$this->loadTranslationsFrom(__DIR__ . '/../resources/lang', 'filament-spatie-laravel-translatable-plugin');
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Filament;
use Illuminate\Support\ServiceProvider;
class SpatieLaravelTranslatablePluginServiceProvider extends ServiceProvider
{
public function boot(): void
{
if ($this->app->runningInConsole()) {
$this->publishes([
__DIR__ . '/../resources/lang' => resource_path('lang/vendor/filament-spatie-laravel-translatable-plugin-translations'),
], 'filament-spatie-laravel-translatable-plugin-translations');
}
$this->loadTranslationsFrom(__DIR__ . '/../resources/lang', 'filament-spatie-laravel-translatable-plugin');
}
}
Function Calls
None |
Stats
MD5 | 410f55fdae63b1d2cf615d462e39cca5 |
Eval Count | 0 |
Decode Time | 91 ms |