fix
This commit is contained in:
+4
-1
@@ -1,6 +1,9 @@
|
||||
<?php
|
||||
use Backend\Models\GameJam;
|
||||
|
||||
require "../bootstrap.php";
|
||||
|
||||
$gameJam = GameJam::Create([
|
||||
|
||||
$gameJam = GameJam::firstOrCreate([
|
||||
'name' => "First game jam ever!", 'startTime' => "2021-03-03T12:40", 'endTime' => "2021-04-03T12:40", 'description' => "Det her et en beskrivelse"
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user