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 Webkul\Core\Facades; use Illuminate\Support\Facades\Facade; class Acl e..
Decoded Output download
<?php
namespace Webkul\Core\Facades;
use Illuminate\Support\Facades\Facade;
class Acl extends Facade
{
/**
* Get the registered name of the component.
*
* @return string
*/
protected static function getFacadeAccessor()
{
return 'acl';
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Webkul\Core\Facades;
use Illuminate\Support\Facades\Facade;
class Acl extends Facade
{
/**
* Get the registered name of the component.
*
* @return string
*/
protected static function getFacadeAccessor()
{
return 'acl';
}
}
Function Calls
None |
Stats
MD5 | d1035ae3e5613e2bf1bbb629bc7362f5 |
Eval Count | 0 |
Decode Time | 130 ms |