controller error correction

This commit is contained in:
2019-12-06 21:34:48 -06:00
parent 3c43289e98
commit d41d678df3

View File

@@ -28,7 +28,7 @@ class FlexAdminController extends Controller
* Function to display all active flex structures and
* the information regarding the flex structure
*/
public function displayFlexStructure() {
public function displayFlexStructures() {
//Get the structures from the database
$structures = FlexStructure::all();