contract stuff

This commit is contained in:
2019-04-24 21:11:41 -05:00
parent 50e0bb8c1b
commit 291c1cd426
7 changed files with 96 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Bid extends Model
{
//
}