This commit is contained in:
2021-03-16 12:46:44 +01:00
parent 8162c89051
commit 67ac104b4b
15 changed files with 56 additions and 61 deletions
+2
View File
@@ -1,5 +1,6 @@
<?php
use Backend\Models\GameJam;
use Illuminate\Contracts\Config;
require_once('../bootstrap.php');
@@ -9,6 +10,7 @@ $gameJam = GameJam::firstOrCreate([
]);
?>
<!DOCTYPE html>