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\Models\Contracts; interface HasCurrentTenantLabel { public ..

Decoded Output download

<?php

namespace Filament\Models\Contracts;

interface HasCurrentTenantLabel
{
    public function getCurrentTenantLabel(): string;
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Filament\Models\Contracts;

interface HasCurrentTenantLabel
{
    public function getCurrentTenantLabel(): string;
}

Function Calls

None

Variables

None

Stats

MD5 f179ccbf82c232e17d14a8babe7b631e
Eval Count 0
Decode Time 97 ms