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 Dingo\Api\Facade; use Illuminate\Support\Facades\Facade; class Route ex..

Decoded Output download

<?php

namespace Dingo\Api\Facade;

use Illuminate\Support\Facades\Facade;

class Route extends Facade
{
    /**
     * Get the registered name of the component.
     *
     * @return string
     */
    protected static function getFacadeAccessor()
    {
        return 'api.router';
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Dingo\Api\Facade;

use Illuminate\Support\Facades\Facade;

class Route extends Facade
{
    /**
     * Get the registered name of the component.
     *
     * @return string
     */
    protected static function getFacadeAccessor()
    {
        return 'api.router';
    }
}

Function Calls

None

Variables

None

Stats

MD5 8d9a5e6f18a987e643784faa7904850f
Eval Count 0
Decode Time 92 ms