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