Set fields to pireps in prefile/update calls
This commit is contained in:
@@ -168,7 +168,6 @@ class PirepController extends Controller
|
||||
|
||||
public function show($id)
|
||||
{
|
||||
#$pirep = Pirep::where('id', $id);
|
||||
$pirep = $this->pirepRepo->find($id);
|
||||
if (empty($pirep)) {
|
||||
Flash::error('Pirep not found');
|
||||
|
||||
Reference in New Issue
Block a user