ok

Mini Shell

Direktori : /proc/thread-self/root/proc/self/root/home2/selectio/www/3-idiots/app/Model/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/home2/selectio/www/3-idiots/app/Model/ShippingAddress.php

<?php

namespace App\Model;

use Illuminate\Database\Eloquent\Model;

class ShippingAddress extends Model
{
    protected $guarded = [];
    protected $casts = [
        'customer_id' => 'integer',
        'is_billing' => 'integer',
    ];
}

Zerion Mini Shell 1.0