namespace corrected for contract models'

This commit is contained in:
2019-04-27 21:17:36 -05:00
parent d45e8f8606
commit 29dc410d34
4 changed files with 7 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ use App\User;
use App\Models\User\UserPermission;
use App\Models\Contracts\Contract;
use App\Models\Contracts\Bid;
use App\Models\Contracts\AcceptedBid;
class ContractAdminController extends Controller
{