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\CatalogRule\Models; use Illuminate\Database\Eloquent\Model; use W..
Decoded Output download
<?php
namespace Webkul\CatalogRule\Models;
use Illuminate\Database\Eloquent\Model;
use Webkul\CatalogRule\Contracts\CatalogRuleProductPrice as CatalogRuleProductPriceContract;
class CatalogRuleProductPrice extends Model implements CatalogRuleProductPriceContract
{
public $timestamps = false;
protected $fillable = [
'price',
'rule_date',
'starts_from',
'ends_till',
'catalog_rule_id',
'channel_id',
'customer_group_id',
];
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Webkul\CatalogRule\Models;
use Illuminate\Database\Eloquent\Model;
use Webkul\CatalogRule\Contracts\CatalogRuleProductPrice as CatalogRuleProductPriceContract;
class CatalogRuleProductPrice extends Model implements CatalogRuleProductPriceContract
{
public $timestamps = false;
protected $fillable = [
'price',
'rule_date',
'starts_from',
'ends_till',
'catalog_rule_id',
'channel_id',
'customer_group_id',
];
}
Function Calls
None |
Stats
MD5 | b47516f99ad89001e0bb28187ad25f8e |
Eval Count | 0 |
Decode Time | 83 ms |