ok
Direktori : /proc/self/root/home2/selectio/www/bharath/3idiotsgadgetstore.in/app/Model/ |
Current File : //proc/self/root/home2/selectio/www/bharath/3idiotsgadgetstore.in/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', ]; }