add require_once "Group.php" to Login.php

This commit is contained in:
RundelhausCode 2021-03-25 10:03:58 +01:00
parent 25fefd9468
commit 3d4e1f1b14
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ use Backend\Models\Password;
use Illuminate\Support\Str; use Illuminate\Support\Str;
//Start the php session //Start the php session
session_start();
if(isset($_POST['login'])){ if(isset($_POST['login'])){