<?php
namespace App\Models;
class LostStock extends StockActivity
{
protected $table = 'barang_hilang';
}