This commit is contained in:
RundelhausCode 2021-03-16 13:19:17 +01:00
parent 67ac104b4b
commit 0d4f161a48
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php <?php
require_once "../../../bootstrap.php"; require_once (realpath(dirname(__FILE__) ."/../../../bootstrap.php"));
use Backend\Models\GameJam; use Backend\Models\GameJam;