ok

Mini Shell

Direktori : /proc/self/root/home2/selectio/www/bharath/3idiotsgadgetstore.in/app/Model/
Upload File :
Current File : //proc/self/root/home2/selectio/www/bharath/3idiotsgadgetstore.in/app/Model/ShippingType.php

<?php

namespace App\Model;

use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;

class ShippingType extends Model
{
    use HasFactory;

    protected $casts = [
        'seller_id' => 'integer',
        'shipping_type' => 'string',
    ];
    
}

Zerion Mini Shell 1.0