controller error correction

This commit is contained in:
2019-12-06 21:38:02 -06:00
parent 9ef5ff1dac
commit 43b5f579c3

View File

@@ -33,7 +33,7 @@ class FlexAdminController extends Controller
//Get the structures from the database //Get the structures from the database
$structures = FlexStructure::all(); $structures = FlexStructure::all();
return view('flex.view')->with('structures', $structures); return view('flex.list')->with('structures', $structures);
} }
/** /**