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\CartRule\Models; use Illuminate\Database\Eloquent\Model; use Webk..

Decoded Output download

<?php

namespace Webkul\CartRule\Models;

use Illuminate\Database\Eloquent\Model;
use Webkul\CartRule\Contracts\CartRuleCustomer as CartRuleCustomerContract;

class CartRuleCustomer extends Model implements CartRuleCustomerContract
{
    public $timestamps = false;

    protected $fillable = [
        'times_used',
        'cart_rule_id',
        'customer_id',
    ];
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Webkul\CartRule\Models;

use Illuminate\Database\Eloquent\Model;
use Webkul\CartRule\Contracts\CartRuleCustomer as CartRuleCustomerContract;

class CartRuleCustomer extends Model implements CartRuleCustomerContract
{
    public $timestamps = false;

    protected $fillable = [
        'times_used',
        'cart_rule_id',
        'customer_id',
    ];
}

Function Calls

None

Variables

None

Stats

MD5 2ebf25998b992c33f4495f1dc563e0f7
Eval Count 0
Decode Time 99 ms