Created Inventory Model
This commit is contained in:
parent
a90fba423a
commit
bfaf20dd94
9
app/Models/Inventory.php
Normal file
9
app/Models/Inventory.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Inventory extends Model {
|
||||
protected $table = "inventory"; // Defaults to inventories for some reason?
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user