ok
Direktori : /proc/thread-self/root/proc/self/root/home2/selectio/www/innerstore/app/Model/ |
Current File : //proc/thread-self/root/proc/self/root/home2/selectio/www/innerstore/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', ]; }