Commit 9c9325e4 authored by sandroresende's avatar sandroresende

retirada dos campos uf e municipio

parent 0b293f93
......@@ -2,6 +2,7 @@
namespace App\Http\Controllers\Propostas;
use App\EntePublico;
use Illuminate\Http\Request;
use App\Http\Controllers\Controller;
......@@ -198,6 +199,8 @@ class PropostaController extends Controller
$usuario = User::where($where)->firstOrFail();
$ente_publico = EntePublico::find($entePublicoId);
DB::beginTransaction();
$proposta = new Propostas;
......@@ -274,6 +277,7 @@ class PropostaController extends Controller
$where[] = ['ente_publico_id', $entePublicoId];
$usuario = User::where($where)->firstOrFail();
DB::beginTransaction();
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment