DIR:/home/htlwork.com/www/dev/drishtigems/vendor/s-cart/core/src/Front/Models/ |
Current File : /home/htlwork.com/www/dev/drishtigems/vendor/s-cart/core/src/Front/Models/ShopMetal.php |
<?php namespace SCart\Core\Front\Models; use Illuminate\Database\Eloquent\Model; class ShopMetal extends Model { /** * The table associated with the model. * * @var string */ public $table = SC_DB_PREFIX.'shop_metals'; protected $fillable = []; public $timestamps = false; } |