Files
w4rpservices/app/Library/Contracts/Contracts.php

17 lines
211 B
PHP

<?php
namespace App\Library\Contracts;
use DB;
use App\Models\Contracts\Contract;
use App\Models\Contracts\Bid;
/**
* This class helps deal with contracts and the bidding system
*/
class Contracts {
}
?>