summaryrefslogtreecommitdiff
path: root/app/Models/Inventory.php
blob: be2bc0f184706d663f41495f9d99f1bf53e4f6f0 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class Inventory extends Model
{
    //
}