add require_once "Group.php" to Login.php

This commit is contained in:
RundelhausCode 2021-03-25 10:03:39 +01:00
parent f7d1068cc3
commit 25fefd9468
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<?php <?php
require "../../../bootstrap.php"; require_once "../../../bootstrap.php";
require_once "Group.php";
use Backend\Models\Group; use Backend\Models\Group;
use Backend\Models\Password; use Backend\Models\Password;