Work in progress, initial dashboard
This commit is contained in:
10
app/Models/Supplier.php
Normal file
10
app/Models/Supplier.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Supplier extends Model
|
||||
{
|
||||
//
|
||||
}
|
Reference in New Issue
Block a user