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\Repositories; use Webkul\Core\Eloquent\Repository; class..
Decoded Output download
<?php
namespace Webkul\Product\Repositories;
use Webkul\Core\Eloquent\Repository;
class ProductFlatRepository extends Repository
{
/**
* Specify model.
*/
public function model(): string
{
return 'Webkul\Product\Contracts\ProductFlat';
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Webkul\Product\Repositories;
use Webkul\Core\Eloquent\Repository;
class ProductFlatRepository extends Repository
{
/**
* Specify model.
*/
public function model(): string
{
return 'Webkul\Product\Contracts\ProductFlat';
}
}
Function Calls
None |
Stats
MD5 | 8cc594439982db485c381cdc49e50cf9 |
Eval Count | 0 |
Decode Time | 91 ms |